Type Alias windows::Wdk::System::SystemServices::PCW_CALLBACK

pub type PCW_CALLBACK = Option<unsafe extern "system" fn(type: PCW_CALLBACK_TYPE, info: *const PCW_CALLBACK_INFORMATION, context: *const c_void) -> NTSTATUS>;

Aliased Type§

enum PCW_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: PCW_CALLBACK_TYPE, _: *const PCW_CALLBACK_INFORMATION, _: *const c_void) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCW_CALLBACK_TYPE, _: *const PCW_CALLBACK_INFORMATION, _: *const c_void) -> NTSTATUS)

Some value of type T.