IWABObject interface (wabapi.h)

Do not use. This interface provides access to the Windows Address Book (WAB) object which contains function pointers to memory allocation functions and database maintenance functions.

Methods

The IWABObject interface has these methods.

 
IWABObject::AllocateBuffer

Allocates memory for buffers that are passed to Windows Address Book (WAB) methods. The buffer must be freed with IWABObject::FreeBuffer, and may be reallocated with IWABObject::AllocateMore.
IWABObject::AllocateMore

Allocates a memory buffer that is linked to another buffer previously allocated with the IWABObject::AllocateBuffer method.
IWABObject::Backup

This method is not implemented. (IWABObject.Backup)
IWABObject::Find

Launches the Windows Address Book (WAB) Find dialog box.
IWABObject::FreeBuffer

Frees memory allocated with IWABObject::AllocateBuffer or any of the other Windows Address Book (WAB) methods.
IWABObject::GetLastError

This method is not implemented. (IWABObject.GetLastError)
IWABObject::GetMe

Retrieves the entry identifier of the object that has been designated as "ME."
IWABObject::Import

Imports a .wab file into the user's Address Book.
IWABObject::LDAPUrl

Processes an Lightweight Directory Access Protocol (LDAP)�URL and displays the results obtained from the URL.
IWABObject::SetMe

Designates a particular contact as the ME object.
IWABObject::VCardCreate

Translates the properties of a given MailUser object into a vCard file.
IWABObject::VCardDisplay

Displays properties on a vCard file.
IWABObject::VCardRetrieve

Reads a vCard file and creates a MailUser object containing the vCard properties.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header wabapi.h