VMStartupOption 列挙

[Windows Virtual PC は、Windows 8の時点で使用できなくなります。 代わりに、 Hyper-V WMI プロバイダー (V2)を使用します。

スタートアップ オプションを指定します。

構文

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

定数

vmStartupOption_Normal

通常どおりに開始します。

vmStartupOption_FixParentTimestampMismatch

親タイムスタンプの不一致を修正します。

必要条件

要件
サポートされている最小のクライアント
Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー
サポートなし
クライアント サポートの終了
Windows 7
製品
Windows Virtual PC
ヘッダー
VPCCOMInterfaces.h

関連項目

IVMVirtualMachine::Startup2