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 VMAutoStartType enumeration specifies how a virtual machine should be automatically started when Virtual Server is started.
Syntax
typedef enum {
vmAutoStart_Never = 0,
vmAutoStart_Always = 1,
vmAutoStart_IfRunningAtQuit = 2
} VMAutoStartType;
Constants
-
vmAutoStart_Never
-
Never automatically start the virtual machine.
-
vmAutoStart_Always
-
Always automatically start the virtual machine.
-
vmAutoStart_IfRunningAtQuit
-
Automatically start the virtual machine if it was running when Virtual Server was last stopped.
Requirements
| Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
| Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
| Header |
|