Type Alias windows::Win32::System::Diagnostics::Debug::Extensions::PGET_PROCESS_COMMIT

pub type PGET_PROCESS_COMMIT = Option<unsafe extern "system" fn(client: Option<IDebugClient>, totalcommitcharge: *mut u64, numberofprocesses: *mut u32, commitdata: *mut *mut PROCESS_COMMIT_USAGE) -> HRESULT>;

Aliased Type§

enum PGET_PROCESS_COMMIT {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: *mut u64, _: *mut u32, _: *mut *mut PROCESS_COMMIT_USAGE) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: *mut u64, _: *mut u32, _: *mut *mut PROCESS_COMMIT_USAGE) -> HRESULT)

Some value of type T.