pub type POB_PRE_OPERATION_CALLBACK = Option<unsafe extern "system" fn(registrationcontext: *const c_void, operationinformation: *mut OB_PRE_OPERATION_INFORMATION) -> OB_PREOP_CALLBACK_STATUS>;
Expand description

Required features: "Wdk_Foundation"

Aliased Type§

enum POB_PRE_OPERATION_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *mut OB_PRE_OPERATION_INFORMATION) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *mut OB_PRE_OPERATION_INFORMATION) -> i32)

Some value of type T.