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

#ifndef __HELP_GLOBAL_H__
#define __HELP_GLOBAL_H__
#include "helpacc.h"
#include "helptab.h"
#include <atlctl.h>
extern HelpAssistantAccount g_HelpAccount;
extern CHelpSessionTable g_HelpSessTable;
extern CComBSTR g_LocalSystemSID;
extern PSID g_pSidSystem;
extern CComBSTR g_UnknownString;
extern CComBSTR g_RAString;
extern CComBSTR g_URAString;
extern CComBSTR g_TSSecurityBlob;
#endif