IMulticastControl::get_LoopbackMode method

[get_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 get_LoopbackMode method gets the multicast loopback mode.

Syntax

HRESULT get_LoopbackMode(
  [out] MULTICAST_LOOPBACK_MODE *pMode
);

Parameters

pMode [out]

Pointer to the MULTICAST_LOOPBACK_MODE descriptor of the current loopback mode.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_INVALIDARG
The pMode 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