ITPhone::get_PhoneCapsLong method (tapi3if.h)

The get_PhoneCapsLong method gets a DWORD capability of the phone, based on the PHONECAPS_LONG enum passed in. The application does not have to call ITPhone::Open before executing this method.

Syntax

HRESULT get_PhoneCapsLong(
  [in]  PHONECAPS_LONG pclCap,
  [out] long           *plCapability
);

Parameters

[in] pclCap

The PHONECAPS_LONG descriptor for the phone capability.

[out] plCapability

Capability value.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

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

See also

ITPhone

PHONECAPS