IWABObject Interface
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.
Members
The IWABObject interface inherits from the IUnknown interface. IWABObject also defines the following types of members:
Methods
The IWABObject interface defines the following methods.
| Method | Description |
|---|---|
| AllocateBuffer |
Allocates memory for buffers that are passed to WAB methods. The buffer must be freed with FreeBuffer, and may be reallocated with AllocateMore. |
| AllocateMore |
Allocates a memory buffer that is linked to another buffer previously allocated with the AllocateBuffer method. |
| Backup |
Not implemented. |
| Find |
Launches the WAB Find dialog box. |
| FreeBuffer |
Frees memory allocated with AllocateBuffer or any of the other WAB methods. |
| GetLastError |
Not implemented. |
| GetMe |
Retrieves the entry identifier of the object that has been designated as "ME." |
| Import |
Imports a .wab file into the user's Address Book. |
| LDAPUrl |
Processes an 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. |
| SetMe |
Designates a particular contact as the ME object. |
| VCardCreate |
Translates the properties of a given MailUser object into a vCard file. |
| VCardDisplay |
Displays properties on a vCard file. |
| VCardRetrieve |
Reads a vCard file and creates a MailUser object containing the vCard properties. |
Requirements
Minimum supported client | Windows 2000 Professional |
|---|---|
Minimum supported server | Windows 2000 Server |
Product | Internet Explorer 4.0 |
Header | Wabapi.h |
DLL | Wab32.dll |
Send comments about this topic to Microsoft
Build date: 6/30/2010