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.
Defined in "ntsecapi.h".
Implemented in "dlls/advapi32/lsa.c". source.winehq.org/source/dlls/advapi32/lsa.c
Debug channel "advapi".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.