VMStartupOption-Enumeration

[Windows Virtual PC ist ab Windows 8 nicht mehr verfügbar. Verwenden Sie stattdessen den Hyper-V WMI-Anbieter (V2).]

Gibt die Startoption an.

Syntax

typedef enum  { 
  vmStartupOption_Normal                      = 0,
  vmStartupOption_FixParentTimestampMismatch  = 1
} VMStartupOption;

Konstanten

vmStartupOption_Normal

Starten Sie normal.

vmStartupOption_FixParentTimestampMismatch

Beheben Sie die fehlende Übereinstimmung mit dem übergeordneten Zeitstempel.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client)
Windows 7 [nur Desktop-Apps]
Unterstützte Mindestversion (Server)
Nicht unterstützt
Ende des Supports (Client)
Windows 7
Produkt
Windows Virtual PC
Header
VPCCOMInterfaces.h

Siehe auch

IVMVirtualMachine::Startup2