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