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

Required features: "Win32_Foundation"

Aliased Type§

enum PLSA_DELETE_LOGON_SESSION {
    None,
    Some(unsafe extern "system" fn(_: *const LUID) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.