windows-nt/Source/XPSP1/NT/net/nwlink/kdext/spxext.h

17 lines
303 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#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