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.

50 lines
883 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // File: _TSrvInfo.h
  4. //
  5. // Contents: TSrvInfo private include file
  6. //
  7. // Copyright: (c) 1992 - 1997, Microsoft Corporation.
  8. // All Rights Reserved.
  9. // Information Contained Herein is Proprietary
  10. // and Confidential.
  11. //
  12. // History: 17-JUL-97 BrianTa Created.
  13. //
  14. //---------------------------------------------------------------------------
  15. #ifndef __TSRVINFO_H_
  16. #define __TSRVINFO_H_
  17. //
  18. // Defines
  19. //
  20. #define TSRVINFO_CHECKMARK 0x4e495354 // "TSIN"
  21. //
  22. // Typedefs
  23. //
  24. //
  25. // Externs
  26. //
  27. extern CRITICAL_SECTION g_TSrvCritSect;
  28. //
  29. // Prototypes
  30. //
  31. PTSRVINFO TSrvAllocInfoNew(void);
  32. void TSrvDestroyInfo(IN PTSRVINFO pTSrvInfo);
  33. #endif // __TSRVINFO_H_