MddBootstrapInitializeOptions 列挙 (mddbootstrap.h)
MddBootstrapInitialize2 を使用したブートストラップ初期化のオプションを指定する定数を定義します。
構文
typedef enum MddBootstrapInitializeOptions {
MddBootstrapInitializeOptions_None,
MddBootstrapInitializeOptions_OnError_DebugBreak,
MddBootstrapInitializeOptions_OnError_DebugBreak_IfDebuggerAttached,
MddBootstrapInitializeOptions_OnError_FailFast,
MddBootstrapInitializeOptions_OnNoMatch_ShowUI,
MddBootstrapInitializeOptions_OnPackageIdentity_NOOP
} ;
定数
MddBootstrapInitializeOptions_None オプションが有効になっていません。 |
MddBootstrapInitializeOptions_OnError_DebugBreak 呼び出しが成功しなかった場合は を呼び出 DebugBreak() すように指定します。 |
MddBootstrapInitializeOptions_OnError_DebugBreak_IfDebuggerAttached 呼び出しが成功しなかった場合は、デバッガーがプロセスにアタッチされている場合に を呼び出 DebugBreak() すように指定します。 |
MddBootstrapInitializeOptions_OnError_FailFast 呼び出しが成功しなかった場合は、フェールファストを実行することを指定します。 |
MddBootstrapInitializeOptions_OnNoMatch_ShowUI 互換性のある Windows App Runtime Framework パッケージが見つからない場合に UI を表示することを指定します。 |
MddBootstrapInitializeOptions_OnPackageIdentity_NOOP プロセスにパッケージ ID (パッケージ アプリに ID があり、外部の場所を持つパッケージ アプリを含む) がある場合は、何も行わない (エラーは発生しません) ことを指定します。 既定の動作は、エラーの呼び出しに対するものです。 このオプションを使用すると、パッケージ化されたアプリとパッケージ化されていないアプリの両方と同じコンパイル済みバイナリを使用できます。 パッケージ化されたバイナリ内の Bootstrapper API の呼び出しは、単に no-op になります。 |
注釈
「外部の場所またはパッケージ化されていないアプリにWindows アプリ SDK ランタイムを使用する」も参照してください。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 Version 1809 (Windows アプリ SDK 1.0 以降) |
Header | mddbootstrap.h |