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.

23 lines
618 B

  1. #include "stdafx.h"
  2. #include "helpacc.h"
  3. #include "helptab.h"
  4. #include "global.h"
  5. HelpAssistantAccount g_HelpAccount;
  6. CHelpSessionTable g_HelpSessTable;
  7. CComBSTR g_LocalSystemSID;
  8. PSID g_pSidSystem = NULL;
  9. CComBSTR g_UnknownString;
  10. CComBSTR g_RAString;
  11. CComBSTR g_URAString;
  12. CCriticalSection g_GlobalLock;
  13. CComBSTR g_TSSecurityBlob;
  14. CCriticalSection g_ICSLibLock;
  15. CCriticalSection g_ResolverLock;
  16. HANDLE g_hGPMonitorThread = NULL;
  17. HANDLE g_hServiceShutdown = NULL;