DismDriverPackage structure
Contains basic information for the driver that is associated with the .inf file.
Syntax
typedef struct _DismDriverPackage {
PCWSTR PublishedName;
PCWSTR OriginalFileName;
BOOL InBox;
PCWSTR CatalogFile;
PCWSTR ClassName;
PCWSTR ClassGuid;
PCWSTR ClassDescription;
BOOL BootCritical;
DismDriverSignature DriverSignature;
PCWSTR ProviderName;
SYSTEMTIME Date;
UINT MajorVersion;
UINT MinorVersion;
UINT Build;
UINT Revision;
} DismDriverPackage;
Members
PublishedName
The published driver name.
OriginalFileName
The original file name of the driver.
InBox
TRUE
if the driver is included on the Windows distribution media and automatically installed as part of Windows, otherwise FALSE
.
CatalogFile
The catalog file for the driver.
ClassName
The class name of the driver.
ClassGuid
The class GUID of the driver.
ClassDescription
The class description of the driver.
BootCritical
TRUE
if the driver is boot-critical, otherwise FALSE
.
DriverSignature
A value from the DismDriverSignature enumeration that indicates the driver signature status.
ProviderName
The provider of the driver.
Date
The manufacturer's build date of the driver.
MajorVersion
The major version number of the driver.
MinorVersion
The minor version number of the driver.
Build
The build number of the driver.
Revision
The revision number of the driver.
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 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 |
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | DismAPI.h |