Skip to main content

HeapQueryInformation

Function HeapQueryInformation 

Source
pub unsafe fn HeapQueryInformation(
    heaphandle: Option<HANDLE>,
    heapinformationclass: HEAP_INFORMATION_CLASS,
    heapinformation: Option<*mut c_void>,
    heapinformationlength: usize,
    returnlength: Option<*mut usize>,
) -> Result<(), Error>