ITCallingCard::get_CardName method (tapi3if.h)
The get_CardName method gets the friendly name for the calling card.
Syntax
HRESULT get_CardName(
[out] BSTR *ppCardName
);
Parameters
[out] ppCardName
Pointer to BSTR containing a displayable name for the calling card.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Method succeeded. |
|
The ppCardName parameter is not a valid pointer. |
|
Insufficient memory exists to perform the operation. |
Remarks
The application must use SysFreeString to free the memory allocated for the ppCardName parameter.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |