pub type APC_CALLBACK_DATA = _APC_CALLBACK_DATA;Aliased Type§
#[repr(C)]pub struct APC_CALLBACK_DATA {
pub Parameter: u64,
pub ContextRecord: *mut _CONTEXT,
pub Reserved0: u64,
pub Reserved1: u64,
}Fields§
§Parameter: u64§ContextRecord: *mut _CONTEXT§Reserved0: u64§Reserved1: u64