GetProcessHeap method

Pointer<Void> GetProcessHeap()

Implementation

ffi.Pointer<ffi.Void> GetProcessHeap() {
  return _GetProcessHeap();
}