MQMailFreeMemory

The MQMailFreeMemory function frees memory allocated by MQMailComposeBody and MQMailParseBody.

STDAPI_(void) MQMailFreeMemory(
  LPVOID lpBuffer  
);
 

Parameters

lpBuffer
[in] Pointer to allocated memory.

Return Values

None

Remarks

It is the application's responsibility to free all memory allocated by MQMailComposeBody and MQMailParseBody.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mqmail.h.
  Import Library: Use mqmail.lib.
  Unicode: Defined only as Unicode.

See Also

MQMailComposeBody, MQMailParseBody