Microsoft DirectX 9.0 |
The get_ContactPhone method retrieves the phone number of the contact.
Syntax
HRESULT get_ContactPhone(
BSTR *pbstrContactPhone
);
Parameters
pbstrContactPhone
[out] Pointer to a variable that receives the contact's phone number.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
The caller must release the returned BSTR by calling SysFreeString.
See Also