GetProcessHeaps method
Implementation
int GetProcessHeaps(
int NumberOfHeaps,
ffi.Pointer<ffi.Pointer<ffi.Void>> ProcessHeaps,
) {
return (_GetProcessHeaps ??=
_dylib.lookupFunction<_c_GetProcessHeaps, _dart_GetProcessHeaps>(
'GetProcessHeaps'))(
NumberOfHeaps,
ProcessHeaps,
);
}