Home
last modified time | relevance | path

Searched refs:NtMartaStatic (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/advapi32/
H A Dadvapi32.h162 #define AccLookupAccountTrustee NtMartaStatic.LookupAccountTrustee
163 #define AccLookupAccountName NtMartaStatic.LookupAccountName
164 #define AccLookupAccountSid NtMartaStatic.LookupAccountSid
165 #define AccSetEntriesInAList NtMartaStatic.SetEntriesInAList
167 #define AccConvertSDToAccess NtMartaStatic.ConvertSDToAccess
168 #define AccConvertAclToAccess NtMartaStatic.ConvertAclToAccess
169 #define AccGetAccessForTrustee NtMartaStatic.GetAccessForTrustee
170 #define AccGetExplicitEntries NtMartaStatic.GetExplicitEntries
178 #define AccGetInheritanceSource NtMartaStatic.GetInheritanceSource
179 #define AccFreeIndexArray NtMartaStatic.FreeIndexArray
[all …]
/reactos/dll/win32/advapi32/sec/
H A Dmisc.c19 NTMARTA NtMartaStatic = { 0 }; variable
23 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()