Platform SDK: TAPI

ITSdp::get_TimeCollection

Gets pointer to ITTimeCollection interface for conference.

HRESULT get_TimeCollection(
  ITTimeCollection **ppTimeCollection
);

Parameters

ppTimeCollection
[out] Pointer to ITTimeCollection.

Return Values

Value Meaning
S_OK Method succeeded.
E_INVALIDARG The ppTimeCollection 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 ITTimeCollection 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, ITTimeCollection