Condividi tramite


Struttura DismFeatureInfo

Descrive le informazioni avanzate sulle funzionalità, ad esempio lo stato installato e se è necessario un riavvio dopo l'installazione.

Sintassi

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

Members

FeatureName
Nome della funzionalità.

FeatureState
Valore di enumerazione DismPackageFeatureState valido, ad esempio DismStateInstalled.

DisplayName
Nome visualizzato della funzionalità. Questo non è sempre univoco in tutte le funzionalità.

Descrizione
Descrizione della funzionalità.

RestartRequired
Valore di enumerazione DismRestartType, ad esempio DismRestartPossible.

CustomProperty
Matrice di strutture DismCustomProperty .

CustomPropertyCount
Numero di elementi nella matrice CustomProperty .

Requisiti

Requisito Descrizione
Piattaforme host supportate L'API DISM può essere usata in qualsiasi sistema operativo supportato da Windows Assessment and Deployment Kit (Windows ADK). Per altre informazioni, vedere Informazioni di riferimento tecnico su Windows ADK.
Piattaforme di immagini supportate Windows 7, Windows Server 2008 R2, Windows PE 3.0, Windows 8, Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0, Windows 8.1, Windows Server 2012 R2, Windows 10, Windows Server 2016
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione DismAPI.h

Vedi anche

DismGetFeatureInfo