IVMParallelPort interface

The IVMParallelPort interface defines a parallel port inside a virtual machine. This interface allows you to configure parallel ports inside a virtual machine. You can retrieve an IVMParallelPort object from the IVMParallelPortCollection object returned from the IVMVirtualMachine::ParallelPorts property.

Members

The IVMParallelPort interface inherits from the IDispatch interface. IVMParallelPort also has these types of members:

Properties

The IVMParallelPort interface has these properties.

Property Access type Description
_ID
Read-only
The internal ID of this parallel port.
Name
Read/write
The name of the parallel port.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IDispatch