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.

21 lines
404 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. #endif