windows-nt/Source/XPSP1/NT/net/nwlink/kdext/spxext.h
2020-09-26 16:20:57 +08:00

17 lines
303 B
C

#if !defined( INCLUDED_SPXEXT_H )
#define INCLUDED_SPXEXT_H
extern MEMBER_TABLE SpxConnFileMembers[];
VOID
DumpSpxConnFile
(
ULONG DeviceToDump,
VERBOSITY Verbosity
);
#define SPX_MAJOR_STRUCTURES \
{ "SpxConnFile", SpxConnFileMembers, DumpSpxConnFile }
#endif