Type Alias windows::Win32::Security::Authentication::Identity::SpShutdownFn

pub type SpShutdownFn = Option<unsafe extern "system" fn() -> NTSTATUS>;

Aliased Type§

enum SpShutdownFn {
    None,
    Some(unsafe extern "system" fn() -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> NTSTATUS)

Some value of type T.