Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
319 B

  1. #if !defined( INCLUDED_SPXEXT_H )
  2. #define INCLUDED_SPXEXT_H
  3. extern MEMBER_TABLE SpxConnFileMembers[];
  4. VOID
  5. DumpSpxConnFile
  6. (
  7. ULONG DeviceToDump,
  8. VERBOSITY Verbosity
  9. );
  10. #define SPX_MAJOR_STRUCTURES \
  11. { "SpxConnFile", SpxConnFileMembers, DumpSpxConnFile }
  12. #endif