3.2.4.4.2 Item (Get) (Opnum 8)

The Item (Get) method retrieves the Item property.

 [propget, id(DISPID_VALUE)] HRESULT Item(
   [in] VARIANT Index,
   [out, retval] IFolderAction** Action
 );

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

Action: Receives a pointer to the folder action 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.