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
S_OK
Method succeeded.
E_POINTER
The ppCardName parameter is not a valid pointer.
E_OUTOFMEMORY
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

See also

ITCallingCard