Home
last modified time | relevance | path

Searched refs:GetTrusteeFormA (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/advapi32/sec/
H A Dac.c236 TrusteeForm = GetTrusteeFormA(pTrusteeA); in InternalTrusteeAToW()
429 TrusteeForm = GetTrusteeFormA(&pListOfExplicitEntriesA[i].Trustee); in InternalExplicitAccessAToW()
481 TrusteeForm = GetTrusteeFormA(&pListOfExplicitEntriesA[i].Trustee); in InternalExplicitAccessAToW()
/reactos/sdk/include/psdk/
H A Daclapi.h145 TRUSTEE_FORM WINAPI GetTrusteeFormA(_In_ PTRUSTEE_A);
236 #define GetTrusteeForm GetTrusteeFormA
/reactos/dll/win32/advapi32/
H A Dadvapi32.spec297 @ stdcall GetTrusteeFormA(ptr)
/reactos/dll/win32/advapi32/wine/
H A Dsecurity.c2406 TRUSTEE_FORM WINAPI GetTrusteeFormA(PTRUSTEEA pTrustee) in GetTrusteeFormA() function