item method
Retrieves an item from the collection.
Syntax
HRESULT retVal = object.item(index, ppIPrint);
Parameters
- index [in]
-
Type: long
Specifies the index of the item to retrieve.
- ppIPrint [out, retval]
-
Type: IUnknown
Receives the address of an IUnknown interface pointer representing the IPrint item to retrieve.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
IHTMLIPrintCollection::item was introduced in Microsoft Internet Explorer 6
Show: