pub type PSAM_PASSWORD_FILTER_ROUTINE = Option<unsafe extern "system" fn(accountname: *const UNICODE_STRING, fullname: *const UNICODE_STRING, password: *const UNICODE_STRING, setoperation: BOOLEAN) -> BOOLEAN>;
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"