Share via


IRTCCollection::Item

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method gets an item from the collection for the supplied index.

Syntax

HRESULT get_Item(
  long Index,
  VARIANT* pVariant
);

Parameters

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

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IRTCCollection
IRTCCollection::Count