pub type PLSA_AP_LOGON_TERMINATED = Option<unsafe extern "system" fn(logonid: *const LUID)>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PLSA_AP_LOGON_TERMINATED {
    None,
    Some(unsafe extern "system" fn(_: *const LUID)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const LUID))

Some value of type T.