Platform SDK: TAPI |
Gets pointer to ITTimeCollection interface for conference.
HRESULT get_TimeCollection( ITTimeCollection **ppTimeCollection );
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. |
An ITTimeCollection pointer could also be obtained using QueryInterface.
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Sdpblb.h.
Library: Use Sdpblbid.lib.