Function windows_sys::Win32::Security::Authentication::Identity::LsaLookupNames
pub unsafe extern "system" fn LsaLookupNames(
policyhandle: LSA_HANDLE,
count: u32,
names: *const UNICODE_STRING,
referenceddomains: *mut *mut LSA_REFERENCED_DOMAIN_LIST,
sids: *mut *mut LSA_TRANSLATED_SID
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"