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.

17 lines
410 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. CComBSTR g_TSSecurityBlob;