ITLegacyWaveSupport::IsFullDuplex method (tapi3if.h)

The IsFullDuplex method gets an indicator of whether the address supports wave devices.

Syntax

HRESULT IsFullDuplex(
  FULLDUPLEX_SUPPORT *pSupport
);

Parameters

pSupport

Pointer to FULLDUPLEX_SUPPORT enumerator member, such as FDS_SUPPORTED.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.

Requirements

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

See also

FULLDUPLEX_SUPPORT

ITLegacyWaveSupport