Method: OpenC3::Win32.get_process_heap

Defined in:
lib/openc3/win32/win32_main.rb

.get_process_heapObject

Get the Process’s Heap Handle



305
306
307
# File 'lib/openc3/win32/win32_main.rb', line 305

def self.get_process_heap
  Win32API.new('Kernel32', 'GetProcessHeap', [], 'i').call
end