windows::Win32::Security::Authentication::Identity

Type Alias KspSetPagingModeFn

pub type KspSetPagingModeFn = Option<unsafe extern "system" fn(pagingmode: bool) -> NTSTATUS>;

Aliased Type§

enum KspSetPagingModeFn {
    None,
    Some(unsafe extern "system" fn(_: bool) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: bool) -> NTSTATUS)

Some value of type T.