DismFeatureInfo 구조

설치된 상태 및 설치 후 다시 시작이 필요한지 여부와 같은 고급 기능 정보를 설명합니다.

구문

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

구성원

FeatureName
기능의 이름입니다.

FeatureState
DismStateInstalled와 같은 유효한 DismPackageFeatureState 열거형 값.

표시 이름
기능의 표시 이름입니다. 이는 모든 기능에서 항상 고유한 것은 아닙니다.

설명
기능에 대한 설명입니다.

RestartRequired
DismRestartPossible과 같은 DismRestartType 열거형 값.

CustomProperty
DismCustomProperty 구조의 배열입니다.

CustomPropertyCount
CustomProperty 배열의 요소 수입니다.

요구 사항

요구 사항 Description
지원되는 호스트 플랫폼 DISM API는 Windows ADK(Windows Assessment and Deployment Kit)에서 지원하는 모든 운영 체제에서 사용할 수 있습니다. 자세한 내용은 Windows ADK 기술 참조를 참조하세요.
지원되는 이미지 플랫폼 Windows 7, Windows Server 2008 R2, Windows PE 3.0, Windows 8, Windows Server 2012, Windows PE(Windows 사전 설치 환경) 4.0, Windows 8.1, Windows Server 2012 R2, Windows 10, Windows Server 2016
지원되는 최소 클라이언트 Windows 7 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 R2 [데스크톱 앱만 해당]
헤더 DismAPI.h

참고 항목

DismGetFeatureInfo