Function win_sys::Memory::HeapSetInformation[][src]

pub unsafe fn HeapSetInformation<'a, Param0>(
    heaphandle: Param0,
    heapinformationclass: HEAP_INFORMATION_CLASS,
    heapinformation: *const c_void,
    heapinformationlength: usize
) -> BOOL where
    Param0: IntoParam<'a, HeapHandle>, 
Expand description

Required features: Win32_System_Memory, Win32_Foundation