Platform SDK: TAPI |
The get_Status method returns a VARIANT_BOOL indicating participant status.
HRESULT get_Status( ITStream *pITStream, VARIANT_BOOL *pStatus );
Enabling or disabling a participant's status on a stream allows an application to essentially mute a given participant.
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. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Confpriv.h.
Library: Use T3iid.lib.