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: u32Reserved: u32ControlCallback: PERFLIBREQUESTMemAllocRoutine: PERF_MEM_ALLOCMemFreeRoutine: PERF_MEM_FREEpMemContext: *mut c_void