NT4/private/ntos/tdi/isn/isnext/ipxext.h

17 lines
293 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#if !defined( INCLUDED_IPXEXT_H )
#define INCLUDED_IPXEXT_H
extern MEMBER_TABLE IpxDeviceMembers[];
VOID
DumpIpxDevice
(
ULONG DeviceToDump,
VERBOSITY Verbosity
);
#define IPX_MAJOR_STRUCTURES \
{ "IpxDevice", IpxDeviceMembers, DumpIpxDevice }
#endif