|
|
|
IWabObject Interface |
|
This interface provides access to the Microsoft Windows Address Book (WAB) object which contains function pointers to memory allocation functions and database maintenance functions.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IWabObject Methods |
Description |
|
GetLastError |
Not currently implemented. |
|
AllocateBuffer |
Allocates memory for buffers that are passed to WAB methods. The buffer must be freed with IWABObject::FreeBuffer, and may be reallocated with IWABObject::AllocateMore. |
|
AllocateMore |
Allocates a memory buffer that is linked to another buffer previously allocated with the IWABObject::AllocateBuffer method. |
|
FreeBuffer |
Frees memory allocated with IWABObject::AllocateBuffer or any of the other WAB methods. |
|
Backup |
Not currently implemented. |
|
Import |
Imports a .wab file into the user's Address Book. |
|
Find |
Launches the WAB Find dialog box. |
|
VCardDisplay |
Displays properties on a vCard file. |
|
LDAPUrl |
Processes an Lightweight Directory Access Protocol (LDAP) URL and displays the results obtained from the URL. If the URL only contains a server name, the WAB launches the Find window with the server name filled in. If the URL contains an LDAP query, the query is processed. If the query has a single result, the WAB shows details about the result; if the query has multiple results, the WAB shows the Find dialog box with multiple search results filled in. |
|
VCardCreate |
Translates the properties of a given MailUser object into a vCard file. |
|
VCardRetrieve |
Reads a vCard file and creates a MailUser object containing the vCard properties. |
|
GetMe |
Retrieves the entry identifier of the object that has been designated as "ME." |
|
SetMe |
Designates a particular contact as the ME object. |
|
GetLastError |
|
FUNCTION
IWABObject_GetLastError ( _
|
|
AllocateBuffer |
|
FUNCTION
IWABObject_AllocateBuffer ( _
|
|
AllocateMore |
|
FUNCTION
IWABObject_AllocateMore ( _
|
|
FreeBuffer |
|
FUNCTION
IWABObject_FreeBuffer ( _
|
|
Backup |
|
FUNCTION
IWABObject_Backup ( _
|
|
Import |
|
FUNCTION
IWABObject_Import ( _
|
|
Find |
|
FUNCTION
IWABObject_Find ( _
|
|
VCardDisplay |
|
FUNCTION
IWABObject_VCardDisplay ( _
|
|
LDAPUrl |
|
FUNCTION
IWABObject_LDAPUrl ( _
|
|
VCardCreate |
|
FUNCTION
IWABObject_VCardCreate ( _
|
|
VCardRetrieve |
|
FUNCTION
IWABObject_VCardRetrieve ( _
|
|
GetMe |
|
FUNCTION
IWABObject_GetMe ( _
|
|
SetMe |
|
FUNCTION
IWABObject_SetMe ( _
|
Page last updated on Wednesday, 15 February 2006 20:03:32 +0100