Requests memory from the system. When the message received by ntxReceiveRtMessage is not a response to a previous request, the system allocates memory for the Windows application.
Allocates a memory buffer from a heap object and returns a pointer to the caller. If insufficient resources are available to meet the request, a NULL pointer is returned.
LPVOID ntxRequestRtBuffer( NTXHANDLE hPort DWORD dwBufferSize );
hPort
dwBufferSize
E_LOCATION
E_NTX_INTERNAL_ERROR
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/nt/include/ntx.h | ntx.h | ntx.lib |
INtime 4.01 (for 64-bit Windows) | intime/nt/include/ntx.h | ntx.h | ntx64.lib |