MEM_PROC POINTER MEM_API HeapAllocateEx(PMEM pHeap, PTRSZVAL nSize DBG_PASS); #define HeapAllocate(heap, n) HeapAllocateEx( (heap), (PTRSZVAL)(n) DBG_SRC )
sharemem.h
Functions