Share via


IRTCCollection::get_Item

The get_Item property, given an index, returns an item from the collection.

HRESULT get_Item(longIndex,
VARIANT*pVariant);

Parameters

  • Index
    [in] Index of item to be retrieved.
  • pVariant
    [out] Pointer to the item returned.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCCollection is defined as EC7C8096-B918-4044-94F1-E4FBA0361D5C.

See Also

IRTCCollection