Creates the heap object by allocating a segment of cbHeapSize bytes and creating the heap structure in this segment. The overhead incurred by the heap management structure is 28 bytes, plus another 8 bytes for each buffer allocated from it.
RTHANDLE CreateRtHeap(
DWORD cbHeapSize, // the size of the heap, in bytes
WORD wHeapFlags // the heap creation flags
);
cbHeapSize
wHeapFlags
BAD_RTHANDLE
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |