Platform SDK: TAPI

ITSdp::get_MediaCollection

Gets pointer to ITMediaCollection interface for conference.

HRESULT get_MediaCollection(
  ITMediaCollection **ppMediaCollection
);

Parameters

ppMediaCollection
[out] Pointer to ITMediaCollection.

Return Values

Value Meaning
S_OK Method succeeded.
E_INVALIDARG The ppMediaCollection parameter is not a valid pointer.
E_OUTOFMEMORY Insufficient memory exists to perform the operation.
E_FAIL Unspecified error.
HRESULT_FROM_ERROR_CODE(ERROR_INVALID_DATA) An internal error has occurred, usually due to the failure of a previous method.
E_NOTIMPL This method is not yet implemented.

Remarks

An ITMediaCollection pointer could also be obtained using QueryInterface.

Requirements

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

See Also

ITSdp, ITMediaCollection