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.

See Also

MQMailComposeBody, MQMailParseBody


© 1997 by Microsoft Corporation. All rights reserved.