LsaEnumerateTrustedDomains (ADVAPI32.@)
NTSTATUS LsaEnumerateTrustedDomains ( IN LSA_HANDLE PolicyHandle, IN PLSA_ENUMERATION_HANDLE EnumerationContext, OUT PVOID* Buffer, IN ULONG PreferredMaximumLength, OUT PULONG CountReturned )
Returns the names and SIDs of trusted domains.
PolicyHandle | [In] | Handle to a Policy object. |
EnumerationContext | [In] | Pointer to an enumeration handle. |
Buffer | [Out] | Contains the names and SIDs of trusted domains. |
PreferredMaximumLength | [In] | Preferred maximum size in bytes of Buffer. |
CountReturned | [Out] | Number of elements in Buffer. |
Success: STATUS_SUCCESS, STATUS_MORE_ENTRIES, STATUS_NO_MORE_ENTRIES
Failure: NTSTATUS code.
LsaEnumerateTrustedDomains can be called multiple times to enumerate all trusted domains.
Declared in "include/ntsecapi.h". gitlab.winehq.org/wine/wine/blob/master/include/ntsecapi.h
Implemented in "dlls/advapi32/lsa.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/lsa.c
Debug channel "advapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.