WABOpen callback function (wabapi.h)
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
WABOpen Wabopen;
HRESULT Wabopen(
LPADRBOOK *lppAdrBook,
LPWABOBJECT *lppWABObject,
LPWAB_PARAM lpWP,
DWORD Reserved2
)
{...}
Parameters
lppAdrBook
Type: LPADRBOOK*
Address of a pointer to the IAddrBook interface returned by the function.
lppWABObject
Type: LPWABOBJECT*
Address of a pointer to the IWABObject interface returned by the function.
lpWP
Reserved2
Type: DWORD
Reserved. Must be set to 0.
Return value
Type: HRESULT
If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 |