This topic has not yet been rated - Rate this topic

IVMDVDDriveCollection::Item property

Windows Virtual PC

[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]

Retrieves the CD or DVD drive object that corresponds to the specified index.

This property is read-only.

Syntax


HRESULT get_Item(
  [in]           long index,
  [out, retval]  IVMDVDDrive **dvdDrive
);

Property value

The IVMDVDDrive object.

Error codes

Name/valueMeaning
S_OK
0

The operation was successful.

E_POINTER
0x80004003

The parameter is NULL.

E_FAIL
0x80004005

An unexpected error has occurred.

DISP_E_BADINDEX
0x8002000B

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

VM_E_VM_UNKNOWN
0xA0040207

The configuration is unknown.

DISP_E_EXCEPTION
0x80020009

An unexpected error has occurred.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

None supported [desktop apps only]

End of client support

Windows 7

Product

Windows Virtual PC

Header

VPCCOMInterfaces.h

IID

IID_IVMDVDDriveCollection is defined as bc86e297-e55f-4742-9614-ad11d3131f68

See also

IVMDVDDrive
IVMDVDDriveCollection

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.