Function 68, subfunction 11 - initialize process heap.
Parameters:
- eax = 68 - function number
- ebx = 11 - subfunction number
Returned value:
- eax = 0 - failed
- otherwise size of created heap
Remarks:
- The function call initializes heap, from which one can in future
allocate and free memory blocks with subfunctions 12 and 13.
Heap size is equal to total amount of free application memory.
- The second function call from the same process results in
returning the size of the existing heap.
- After creation of the heap calls to function 64 will be ignored.