Allocates RT memory and returns a handle to the memory object. A subsequest call to ntxMapRtSharedMemoryEx must be made in order to access the memory.
Note: You can use ntxFreeRtMemory to deallocate the memory.
NTXHANDLE ntxAllocateRtMemory( NTXLOCATION hLoc, DWORD nSize );
hLoc
nSize
NTX_BAD_NTXHANDLE
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/nt/include/ntx.h | ntx.h | ntxext.lib |
INtime 4.01 | intime/nt/include/ntx.h | ntx.h | ntxext64.lib (for 64-bit Windows) |
Memory management system calls, ntxMapRtSharedMemoryEx, ntxFreeRtMemory