ACCELERATEABSDI

The ACCELERATEABSDI function prototype defines a callback function that accelerates the addition of names to an address book.

Quick Info

Header file:

MAPIDEFS.H

Defined function implemented by:

MAPI

Defined function called by:

Client applications

 

BOOL (STDMETHODCALLTYPE ACCELERATEABSDI)(

    ULONG ulUIParam,

 

    LPVOID lpvmsg

 

   );

 

 

Parameters

ulUIParam

[in] An implementation-specific 32-bit value used for passing user interface information to a function. In Microsoft Windows applications, ulUIParam is the parent window handle for a dialog box and is of type HWND, cast to a ULONG. A value of zero indicates there is no parent window.

lpvmsg

[in] Pointer to a Windows message.

 

Return Values

A function with the ACCELERATEABSDI prototype returns TRUE if it handles the message.

Remarks

An ACCELERATEABSDI prototype-based function is used only if the client has set the DIALOG_SDI flag in the ulFlags member of the ADRPARM2EIR215 structure.

A client application calls a function based on this prototype in its Windows message loop during execution of a modeless address book dialog box for the IAddrBook::Address3K38VR method. This calling is terminated when MAPI calls a function based on the DISMISSMODELESS function prototype_1EOI8.