ITParticipantEvent::get_SubStream method

[get_SubStream 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_SubStream gets a pointer to an array of ITSubStream interfaces representing the substreams involved in the event.

Syntax

HRESULT get_SubStream(
  [out] ITSubStream **ppSubStream
);

Parameters

ppSubStream [out]

Pointer to array of ITSubStream pointers.

Return value

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
TAPI_E_NOITEMS
There are no substreams associated with the event.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The ppSubStream parameter is not a valid pointer.

Requirements

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

See also

ITParticipantEvent

ITSubStream