pub type OB_OPERATION_REGISTRATION = _OB_OPERATION_REGISTRATION;Aliased Type§
#[repr(C)]pub struct OB_OPERATION_REGISTRATION {
pub ObjectType: *mut *mut _OBJECT_TYPE,
pub Operations: u64,
pub PreOperation: Option<unsafe extern "C" fn(*mut c_void, *mut _OB_PRE_OPERATION_INFORMATION) -> i32>,
pub PostOperation: Option<unsafe extern "C" fn(*mut c_void, *mut _OB_POST_OPERATION_INFORMATION)>,
}Fields§
§ObjectType: *mut *mut _OBJECT_TYPE§Operations: u64§PreOperation: Option<unsafe extern "C" fn(*mut c_void, *mut _OB_PRE_OPERATION_INFORMATION) -> i32>§PostOperation: Option<unsafe extern "C" fn(*mut c_void, *mut _OB_POST_OPERATION_INFORMATION)>