windows-nt/Source/XPSP1/NT/net/nwlink/kdext/ipxext.h
2020-09-26 16:20:57 +08: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