Returns memory to the system. When the message received by ntxReceive is not a response to a previous request, the system allocates memory for the Windows application. By using this call, the memory is returned to the system for later use.
Returns a previously-allocated buffer to its heap. The buffer must have been allocated from the heap to which it is being returned. It does not have to be returned by the same process that allocated it.
NTXSTATUS ntxReleaseRtBuffer(
NTXHANDLE hPort,
LPVOID lpReceiveBuffer
);
hPortlpReceiveBufferE_OKE_LOCATIONE_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 |