3.2.4.16.2 Item (Get) (Opnum 8)

The Item (Get) method retrieves the Item property.

 [propget, id(DISPID_VALUE)] HRESULT Item(
   [in] VARIANT index,
   [out, retval] IDataCollectorSet** set
 );

index:  Supplies a zero-based index of the data collector set to retrieve from the collection. Acceptable variant data types are VT_I4 and VT_UI4.

set: Receives a pointer to the data collector set requested.

Return Values: This method MUST return an HRESULT with the severity bit clear on success as specified in [MS-ERREF]; otherwise, it MUST return one of the errors as defined in 2.2.1 or one of the errors as defined in [MS-ERREF] section 2.1.