Type Alias windows::Wdk::System::SystemServices::PARBITER_HANDLER

pub type PARBITER_HANDLER = Option<unsafe extern "system" fn(context: *mut c_void, action: ARBITER_ACTION, parameters: *mut ARBITER_PARAMETERS) -> NTSTATUS>;

Aliased Type§

enum PARBITER_HANDLER {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: ARBITER_ACTION, _: *mut ARBITER_PARAMETERS) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: ARBITER_ACTION, _: *mut ARBITER_PARAMETERS) -> NTSTATUS)

Some value of type T.