Platform SDK: TAPI

ITParticipant::put_Status

The put_Status method sets the status of a participant.

HRESULT put_Status(
  ITStream *pITStream,
  VARIANT_BOOL fEnable
);

Parameters

pITStream
[in] Pointer to ITStream interface.
fEnable
[in] VARIANT_TRUE if the participant is enabled on the stream, VARIANT_FALSE if it is to be disabled.

Remarks

Enabling or disabling a participant's status on a stream allows an application to essentially mute a given participant.

Return Values

Value Meaning
S_OK Method succeeded.
E_NOTIMPL Method not implemented.
E_POINTER The pITStream parameter is not a valid pointer.
E_INVALIDARG The pITStream parameter does not point to a valid interface.
E_OUTOFMEMORY Insufficient memory exists to perform the operation.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Confpriv.h.
  Library: Use T3iid.lib.

See Also

ITParticipant, ITStream, get_Status