Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The VMSerialPortType enumeration specifies the type of serial port.
Syntax
typedef enum {
vmSerialPort_HostPort = 0,
vmSerialPort_TextFile = 1,
vmSerialPort_NamedPipe = 2,
vmSerialPort_Null = 3
} VMSerialPortType;
Constants
-
vmSerialPort_HostPort
-
Host serial port.
-
vmSerialPort_TextFile
-
Host text file.
-
vmSerialPort_NamedPipe
-
Named pipe.
-
vmSerialPort_Null
-
NULL serial port that discards all bits sent to it.
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|