|
|
|
IMAPIForm Interface |
|
IID_IMAPIForm |
{00020327-0000-0000-C000-000000000046} |
|
The IMAPIForm interface is used by form viewers to work with form view contexts and form notification, to perform form verbs, and to shut down forms.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMAPIForm Methods |
Description |
|
SetViewContext |
Establishes a view context for the form. |
|
GetViewContext |
Returns the current view context for the form. |
|
ShutdownForm |
Closes the form. |
|
DoVerb |
Requests that the form perform whatever tasks it associates with a specific verb. |
|
Advise |
Registers a form viewer for notifications about events affecting the form. |
|
Unadvise |
Cancels a registration for notifications with a form viewer previously established with a call to the IMAPIForm::Advise method. |
|
SetViewContext |
|
FUNCTION
IMAPIForm_SetViewContext ( _
|
|
GetViewContext |
|
FUNCTION
IMAPIForm_GetViewContext ( _
|
|
ShutdownForm |
|
FUNCTION
IMAPIForm_ShutdownForm ( _
|
|
DoVerb |
|
FUNCTION
IMAPIForm_DoVerb ( _
|
|
Advise |
|
FUNCTION
IMAPIForm_Advise ( _
|
|
Unadvise |
|
FUNCTION
IMAPIForm_Unadvise ( _
|
Page last updated on Monday, 03 April 2006 20:14:28 +0200