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.

29 lines
620 B

  1. #ifndef __HELP_GLOBAL_H__
  2. #define __HELP_GLOBAL_H__
  3. #include "helpacc.h"
  4. #include "helptab.h"
  5. #include <atlctl.h>
  6. extern HelpAssistantAccount g_HelpAccount;
  7. extern CHelpSessionTable g_HelpSessTable;
  8. extern CComBSTR g_LocalSystemSID;
  9. extern PSID g_pSidSystem;
  10. extern CComBSTR g_UnknownString;
  11. extern CComBSTR g_RAString;
  12. extern CComBSTR g_URAString;
  13. extern CComBSTR g_TSSecurityBlob;
  14. extern CCriticalSection g_GlobalLock;
  15. extern CCriticalSection g_ICSLibLock;
  16. extern CCriticalSection g_ResolverLock;
  17. extern HANDLE g_hGPMonitorThread;
  18. extern HANDLE g_hServiceShutdown;
  19. #endif