Struct windows_sys::Win32::System::Performance::PERF_PROVIDER_CONTEXT
#[repr(C)]pub struct PERF_PROVIDER_CONTEXT {
pub ContextSize: u32,
pub Reserved: u32,
pub ControlCallback: PERFLIBREQUEST,
pub MemAllocRoutine: PERF_MEM_ALLOC,
pub MemFreeRoutine: PERF_MEM_FREE,
pub pMemContext: *mut c_void,
}Expand description
Required features: "Win32_System_Performance"
Fields§
§ContextSize: u32§Reserved: u32§ControlCallback: PERFLIBREQUEST§MemAllocRoutine: PERF_MEM_ALLOC§MemFreeRoutine: PERF_MEM_FREE§pMemContext: *mut c_void