WABOpen Function
Do not use. Provides access to the address book through a number of object interfaces. The root interface is IAddrBook, which is a subset of the MAPI implementation of IAddrBook.
Syntax
HRESULT WABOpen(
LPADRBOOK *lppAdrBook,
LPWABOBJECT *lppWABObject,
LPWAB_PARAM lpWABParam,
__reserved DWORD Reserved2
);
Parameters
- lppAdrBook
- LPADRBOOK
-
Address of a pointer to the IAddrBook interface returned by the function.
- lppWABObject
- LPWABOBJECT
-
Address of a pointer to the IWABObject interface returned by the function.
- lpWABParam
- LPWAB_PARAM
-
Pointer to a WAB_PARAM structure. Supported by Microsoft Internet Explorer 4.0 or later.
- Reserved2
- DWORD
-
Reserved. Must be set to 0.
Return Value
HRESULT
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client | Windows 2000 Professional |
|---|---|
Minimum supported server | Windows 2000 Server |
Product | Internet Explorer 5.5 |
DLL | Wab32.dll (version x.x or later) |
See Also
Send comments about this topic to Microsoft
Build date: 6/30/2010
Community Additions
ADD
Show: