pub type PF_NPPasswordChangeNotify = Option<unsafe extern "system" fn(lpauthentinfotype: PCWSTR, lpauthentinfo: *const c_void, lppreviousauthentinfotype: PCWSTR, lppreviousauthentinfo: *const c_void, lpstationname: PCWSTR, stationhandle: *const c_void, dwchangeinfo: u32) -> u32>;

Aliased Type§

enum PF_NPPasswordChangeNotify {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: *const c_void, _: PCWSTR, _: *const c_void, _: PCWSTR, _: *const c_void, _: u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: *const c_void, _: PCWSTR, _: *const c_void, _: PCWSTR, _: *const c_void, _: u32) -> u32)

Some value of type T.