Searched refs:NtMartaStatic (Results 1 – 2 of 2) sorted by relevance
162 #define AccLookupAccountTrustee NtMartaStatic.LookupAccountTrustee163 #define AccLookupAccountName NtMartaStatic.LookupAccountName164 #define AccLookupAccountSid NtMartaStatic.LookupAccountSid165 #define AccSetEntriesInAList NtMartaStatic.SetEntriesInAList167 #define AccConvertSDToAccess NtMartaStatic.ConvertSDToAccess168 #define AccConvertAclToAccess NtMartaStatic.ConvertAclToAccess169 #define AccGetAccessForTrustee NtMartaStatic.GetAccessForTrustee170 #define AccGetExplicitEntries NtMartaStatic.GetExplicitEntries178 #define AccGetInheritanceSource NtMartaStatic.GetInheritanceSource179 #define AccFreeIndexArray NtMartaStatic.FreeIndexArray[all …]
19 NTMARTA NtMartaStatic = { 0 }; variable23 NtMartaStatic.Name = (PVOID)GetProcAddress(NtMartaStatic.hDllInstance, \25 if (NtMartaStatic.Name == NULL) \42 NtMartaStatic.hDllInstance = LoadLibraryW(L"ntmarta.dll"); in LoadAndInitializeNtMarta()43 if (NtMartaStatic.hDllInstance == NULL) in LoadAndInitializeNtMarta()90 &NtMartaStatic, in CheckNtMartaPresent()95 FreeLibrary(NtMartaStatic.hDllInstance); in CheckNtMartaPresent()121 FreeLibrary(NtMartaStatic.hDllInstance); in UnloadNtMarta()