DismFeatureInfo 構造体

インストールの状態や、インストール後に再起動が必要かどうかなど、高度な機能情報について説明します。

構文

typedef struct _DismFeatureInfo {
  PCWSTR                  FeatureName;
  DismPackageFeatureState FeatureState;
  PCWSTR                  DisplayName;
  PCWSTR                  Description;
  DismRestartType         RestartRequired;
  DismCustomProperty      *CustomProperty;
  UINT                    CustomPropertyCount;
} DismFeatureInfo;

メンバー

FeatureName
機能の名前。

FeatureState
有効な DismPackageFeatureState 列挙値 (DismStateInstalled など)。

表示名
機能の表示名 これは、すべての機能で常に一意であるとは限りません。

説明
機能の説明。

RestartRequired
DismRestartType 列挙値 (DismRestartPossible など)。

CustomProperty
DismCustomProperty 構造体の配列。

CustomPropertyCount
CustomProperty 配列の要素の数。

要件

要件 説明
サポートされているホスト プラットフォーム DISM API は、Windows アセスメント & デプロイメント キット (Windows ADK) でサポートされているすべてのオペレーティング システムで使用できます。 詳細については、Windows ADK のテクニカル リファレンスに関するページを参照してください。
サポートされているイメージ プラットフォーム Windows 7、Windows Server 2008 R2、Windows PE 3.0、Windows 8、Windows Server 2012、Windows プレインストール環境 (Windows PE) 4.0、Windows 8.1、Windows Server 2012 R2、Windows 10、Windows Server 2016
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
Header DismAPI.h

関連項目

DismGetFeatureInfo