Leaked source code of windows server 2003
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.
 
 
 
 
 
 

23 lines
618 B

#include "stdafx.h"
#include "helpacc.h"
#include "helptab.h"
#include "global.h"
HelpAssistantAccount g_HelpAccount;
CHelpSessionTable g_HelpSessTable;
CComBSTR g_LocalSystemSID;
PSID g_pSidSystem = NULL;
CComBSTR g_UnknownString;
CComBSTR g_RAString;
CComBSTR g_URAString;
CCriticalSection g_GlobalLock;
CComBSTR g_TSSecurityBlob;
CCriticalSection g_ICSLibLock;
CCriticalSection g_ResolverLock;
HANDLE g_hGPMonitorThread = NULL;
HANDLE g_hServiceShutdown = NULL;