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.

34 lines
729 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // File: _TSrvWork.h
  4. //
  5. // Contents: TSrvWork 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 __TSRVWORK_H_
  16. #define __TSRVWORK_H_
  17. //
  18. // Defines
  19. //
  20. #define TSRVWORKITEM_CHECKMARK 0x49575354 // "TSWI"
  21. //
  22. // Externs
  23. //
  24. extern WORKQUEUE g_MainWorkQueue;
  25. #endif // __TSRVWORK_H_