Allocates memory from the current process' memory pool. Provided only for compatibility.
PVOID RtAllocateLockedMemory( UINT nNumberOfBytes );
nNumberOfBytes
This function is implemented via malloc.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/iwin32.h | iwin32.h | iwin32.lib |
Note
This function operates in the real-time portion of your application.
malloc, iwin32 API, iwin32 Overview