windows-nt/Source/XPSP1/NT/termsrv/remdsk/server/sessmgr/global.h

22 lines
404 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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