Function windows_sys::Win32::Security::Authentication::Identity::LsaOpenTrustedDomainByName
pub unsafe extern "system" fn LsaOpenTrustedDomainByName(
policyhandle: LSA_HANDLE,
trusteddomainname: *const UNICODE_STRING,
desiredaccess: u32,
trusteddomainhandle: *mut LSA_HANDLE
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"