Searched defs:g_TrustedInstallerSid (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPHardenedVerifyImage-win.cpp | 148 g_TrustedInstallerSid, variable in typeref:union:__anon16380 485 if (RtlEqualSid(pOwner, &g_TrustedInstallerSid)) 1715 NTSTATUS rcNt = RtlInitializeSid(&g_TrustedInstallerSid, &s_NtAuth, SECURITY_SERVICE_ID_RID_COUNT); 1718 *RtlSubAuthoritySid(&g_TrustedInstallerSid, 0) = SECURITY_SERVICE_ID_BASE_RID; 1719 *RtlSubAuthoritySid(&g_TrustedInstallerSid, 1) = 956008885; 1720 *RtlSubAuthoritySid(&g_TrustedInstallerSid, 2) = 3418522649; 1721 *RtlSubAuthoritySid(&g_TrustedInstallerSid, 3) = 1831038044; 1722 *RtlSubAuthoritySid(&g_TrustedInstallerSid, 4) = 1853292631; 1723 *RtlSubAuthoritySid(&g_TrustedInstallerSid, 5) = 2271478464;
|
Completed in 50 milliseconds