IMulticastControl::put_LoopbackMode method

[put_LoopbackMode is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The put_LoopbackMode sets the multicast loopback mode.

Syntax

HRESULT put_LoopbackMode(
  [in] MULTICAST_LOOPBACK_MODE mode
);

Parameters

mode [in]

MULTICAST_LOOPBACK_MODE descriptor of the new loopback mode.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_INVALIDARG
The mode parameter is not valid.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Confpriv.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

IMulticastControl