Platform SDK: TAPI |
Gets the capability string for a given ADDRESS_CAPABILITY_STRING.
HRESULT get_AddressCapabilityString( ADDRESS_CAPABILITY_STRING AddressCapString, BSTR *ppCapabilityString );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_INVALIDARG | The AddressCapString parameter is not valid. |
E_POINTER | The ppCapabilityString parameter is not a valid pointer. |
TAPI_E_NOTSUPPORTED | TAPI version is not 3.0 or higher. |
E_OUTOFMEMORY | Insufficient memory exists to perform the operation. |
The application must use SysFreeString to free the memory allocated for the ppCapabilityString parameter.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Tapi3.h.
Library: Use T3iid.lib.
ITAddressCapabilities, Address Object, ADDRESS_CAPABILITY_STRING