IVMSupportDriverCollection::Item Property

Retrieves the support driver object that corresponds to the specified index.

Syntax (get)

 HRESULT get_Item(
  [in]           long index,
  [out, retval]  IVMSupportDriver **supportDriver
);

Parameters

  • index [in]
    The index for the object to be retrieved.

  • supportDriver [out]
    The IVMSupportDriver object.

Return Value

The method can return one of the following values.

Return code/value Description
S_OK 0

The operation was successful.

E_POINTER 0x80004003

The supportDriver parameter is NULL.

DISP_E_BADINDEX 0x8002000B

The index of the requested item does not correspond to an item in this collection.

DISP_E_EXCEPTION 0x80020009

An unexpected error has occurred.

 

Requirements

Product Windows Virtual PC
Header VPCCOMInterfaces.h

See Also

IVMSupportDriver

IVMSupportDriverCollection

Send comments about this topic to Microsoft

Build date: 8/4/2009