mirror of https://github.com/tongzx/nt5src
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.
17 lines
410 B
17 lines
410 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;
|
|
|
|
CComBSTR g_TSSecurityBlob;
|
|
|
|
|