VMLogoffType enumeration
[Windows Virtual PC is no longer available for use as of Windows 8. Instead, use the Hyper-V WMI provider (V2).]
Specifies how to shut down a virtual machine (VM).
Syntax
typedef enum {
vmLogoff_Normal = 0,
vmLogoff_Forced = 1,
vmLogoff_External = 2
} VMLogoffType;
Constants
-
vmLogoff_Normal
-
The logoff in the guest VM was normal.
-
vmLogoff_Forced
-
The logoff in the guest VM was forced.
-
vmLogoff_External
-
The logoff in the guest VM was done using the IVMGuestOS::Logoff method.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
None supported |
End of client support |
Windows 7 |
Product |
Windows Virtual PC |
Header |
|