|
|
|
IMSLogon Interface |
|
IID_IMSLogon |
{00020313-0000-0000-C000-000000000046} |
|
The IMSLogon interface is used to access resources in a message store logon object.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IMSLogon Methods |
Description |
|
GetLastError |
Returns a MAPIERROR structure containing information about the previous error. |
|
Logoff |
Logs off a message store provider. |
|
OpenEntry |
Opens a folder or message object and returns a pointer to the object to provide further access. |
|
CompareEntryIDs |
Compares two entry identifiers to determine if they refer to the same object. |
|
Advise |
Registers a message store provider for notifications about changes within the message store. |
|
Unadvise |
Removes an object's registration for notification of message store changes previously established with a call to the IMSLogon::Advise method. |
|
OpenStatusEntry |
Opens a status object. |
|
GetLastError |
|
FUNCTION
IMSLogon_GetLastError ( _
|
|
Logoff |
|
FUNCTION IMSLogon_Logoff
( _
|
|
OpenEntry |
|
FUNCTION
IMSLogon_OpenEntry ( _
|
|
CompareEntryIDs |
|
FUNCTION
IMSLogon_CompareEntryIDs ( _ |
|
Advise |
|
FUNCTION IMSLogon_Advise
( _ |
|
Unadvise |
|
FUNCTION
IMSLogon_Unadvise ( _ |
|
OpenStatusEntry |
|
FUNCTION
MsgLogon_OpenStatusEntry ( _ |
Page last updated on Monday, 03 April 2006 20:17:43 +0200