Platform SDK: TAPI

ITParticipant::get_Status

The get_Status method returns a VARIANT_BOOL indicating participant status.

HRESULT get_Status(
  ITStream *pITStream,
  VARIANT_BOOL *pStatus
);

Parameters

pITStream
[in] Pointer to ITStream interface.
pStatus
[out, retval] VARIANT_TRUE if the participant is enabled on the stream, VARIANT_FALSE if it is 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_OUTOFMEMORY Insufficient memory exists to perform the operation.
E_POINTER The pITStream parameter is not a valid pointer.
E_INVALIDARG The pITStream parameter does not point to a valid interface.

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, put_Status