Partager via


MSGCALLRELEASE

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Defines a callback function that can free an IStorage interface after the final release of an IMessage object built on top of it with the OpenIMsgOnIStg function.

Header file:

Imessage.h

Defined function implemented by:

Client applications and service providers

Defined function called by:

MAPI

typedef void (STDAPICALLTYPE MSGCALLRELEASE)(
  ULONG  ulCallerData,
  LPMESSAGE  lpMessage );

Parameters

  • ulCallerData
    [in] Contains calling application information about the IMessage interface.

  • lpMessage
    [in] Pointer to the top-level message and attachments that have been released.

Return Value

None.