Source code of Windows XP (NT5)
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.

32 lines
445 B

  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. msdata.h
  5. Abstract:
  6. This module declares the global variables used by the mailslot
  7. file system.
  8. Author:
  9. Manny Weiser (mannyw) 7-Jan-1991
  10. Revision History:
  11. --*/
  12. #ifndef _MSDATA_
  13. #define _MSDATA_
  14. extern LONG MsDebugTraceLevel;
  15. extern LONG MsDebugTraceIndent;
  16. #endif // _MSDATA_
  17. extern PERESOURCE MsGlobalResource;
  18. extern PERESOURCE MsPrefixTableResource;