MQFreeMemory (Windows CE 5.0)
This function frees memory allocated by MSMQ.
VOID MQFreeMemory(PVOID pvMemory);
Parameters
- pvMemory
[in] Pointer to the memory to be freed.
Return Values
None.
Remarks
When an application passes VT_NULL in an aPropVar array and MSMQ allocates memory for the returned property value (for example, puuid and pwszVal), MQFreeMemory must be called.
Requirements
OS Versions: Windows CE 2.0 and later. Versions prior to 2.12 require the MSMQ add-on pack.
Header: Mq.h.
Link Library: Msmqrt.lib.
See Also
Send Feedback on this topic to the authors