IRTCCollection::Item (Windows Embedded CE 6.0)
1/6/2010
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 |