GetProcessHeap v0.1.0
Retrieves the calling process's default heap.
Package: Windows
Microsoft documentation: GetProcessHeap
Signature
func GetProcessHeap() -> *opaque;
Returns
*opaque — the process heap handle. The caller must not close or destroy this
handle.