DismCapability structure
Describes capability basic information.
Syntax
typedef struct _DismCapability {
PCWSTR Name;
DismPackageFeatureState State;
} DismCapability;
Members
Name
The manufacturer name of the driver.
State
A hardware description of the driver.
Remarks
To retrieve more information about a particular capability, use the DismGetCapabilityInfo function.
Requirements
Requirement | Description |
---|---|
Supported host platforms | DISM API can be used on any operating system supported by the Windows Assessment and Deployment Kit (Windows ADK). For more information, see the Windows ADK Technical Reference. |
Supported image platforms | Windows 10, Windows Server 2016 |
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | DismAPI.h |