windows-nt/Source/XPSP1/NT/termsrv/remdsk/server/sessmgr/global.h
2020-09-26 16:20:57 +08:00

22 lines
404 B
C

#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