Type Alias windows::Win32::NetworkManagement::WNet::PF_NPLogonNotify

pub type PF_NPLogonNotify = Option<unsafe extern "system" fn(lplogonid: *const LUID, lpauthentinfotype: PCWSTR, lpauthentinfo: *const c_void, lppreviousauthentinfotype: PCWSTR, lppreviousauthentinfo: *const c_void, lpstationname: PCWSTR, stationhandle: *const c_void, lplogonscript: *mut PWSTR) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.