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

pub type PGET_POOL_DATA = Option<unsafe extern "system" fn(client: Option<IDebugClient>, pool: u64, pooldata: *mut DEBUG_POOL_DATA) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.