LsaLookupSids (ADVAPI32.@)
NTSTATUS LsaLookupSids ( LSA_HANDLE PolicyHandle, ULONG Count, PSID* Sids, LSA_REFERENCED_DOMAIN_LIST** ReferencedDomains, LSA_TRANSLATED_NAME** Names )
Looks up the names that correspond to an array of SIDs.
PolicyHandle | [In] | Handle to a Policy object. |
Count | [In] | Number of SIDs in the Sids array. |
Sids | [In] | Array of SIDs to lookup. |
ReferencedDomains | [Out] | Array of domains where the sids were found. |
Names | [Out] | Array of names corresponding to Sids. |
Success: STATUS_SUCCESS, STATUS_SOME_NOT_MAPPED
Failure: STATUS_NONE_MAPPED or NTSTATUS code.
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.