Type Alias 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§

pub 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.