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 |
---|---|
|
Method succeeded. |
|
The plCardID parameter is not valid. |
|
The plCardID parameter is not a valid pointer. |
|
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 |