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