Function windows_sys::Win32::System::Memory::HeapSetInformation
[−]pub unsafe extern "system" fn HeapSetInformation(
heaphandle: HeapHandle,
heapinformationclass: HEAP_INFORMATION_CLASS,
heapinformation: *const c_void,
heapinformationlength: usize
) -> BOOL
Expand description
Required features: "Win32_System_Memory"
, "Win32_Foundation"