Platform SDK: MAPI |
The DISMISSMODELESS function prototype defines a callback function that MAPI calls when it has dismissed a modeless address book dialog box.
Header file: | MAPIDEFS.H |
Defined function implemented by: | Client applications |
Defined function called by: | MAPI |
void (STDMETHODCALLTYPE DISMISSMODELESS)( ULONG ulUIParam, LPVOID lpvContext );
When the client application invokes a modeless address book dialog box, it includes in its Windows message loop a call to a function based on the ACCELERATEABSDI prototype, which checks for and processes accelerator keys. When the dialog box is closed, MAPI calls the DISMISSMODELESS based function so that the client application will stop calling the ACCELERATEABSDI based function.