NT4/private/ntos/tdi/isn/isnext/ipxext.h
2020-09-30 17:12:29 +02:00

17 lines
293 B
C

#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