IWABObject::VCardDisplay method (wabapi.h)
Displays properties on a vCard file.
Syntax
HRESULT VCardDisplay(
LPADRBOOK lpIAB,
HWND hWnd,
LPSTR lpszFileName
);
Parameters
lpIAB
Type: IAddrBook*
Pointer to an IAddrBook interface that specifies the address book object.
hWnd
Type: HWND
Value of type HWND that specifies the parent window handle for displayed dialog boxes.
lpszFileName
Type: LPSTR
Value of type LPSTR that specifies the full path of the vCard file to display.
Return value
Type: HRESULT
If this method 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 |
DLL | Wab32.dll |