ITCallingCard::get_PermanentCardID method (tapi3if.h)

The get_PermanentCardID method gets the permanent identifier that identifies the card.

Syntax

HRESULT get_PermanentCardID(
  [out] long *plCardID
);

Parameters

[out] plCardID

Pointer to calling card identifier.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_INVALIDARG
The plCardID parameter is not valid.
E_POINTER
The plCardID parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITCallingCard