Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.04 KB

MAPIFreeBuffer.md

File metadata and controls

43 lines (30 loc) · 1.04 KB

Home

Function name : MAPIFreeBuffer

Group: Simple MAPI - Library: mapi32


The MAPIFreeBuffer function frees memory allocated by the messaging system.


Code examples:

How to read email messages using Simple MAPI
Simple MAPI: how to pick an email recipient from Outlook Express address book
Simple MAPI: how to resolve a name to unique address list entry

Declaration:

ULONG FAR PASCAL MAPIFreeBuffer(
  LPVOID pv
)  

FoxPro declaration:

DECLARE INTEGER MAPIFreeBuffer IN mapi32;
	INTEGER pv  

Parameters:

pv [in] Pointer to memory allocated by the messaging system. This pointer is returned by the MAPIReadMail, MAPIAddress, and MAPIResolveName functions.


Return value:

SUCCESS_SUCCESS (0) or an error code.