DismWimCustomizedInfo Structure

Describes a Windows Imaging Format (WIM) file.

Syntax

typedef struct _DismWimCustomizedInfo
{
    UINT Size;
    UINT DirectoryCount;
    UINT FileCount;
    SYSTEMTIME CreatedTime;
    SYSTEMTIME ModifiedTime;
}
DismWimCustomizedInfo;

Members

Member Name Description
Size The size of the DismWimCustomizedInfo structure.
DirectoryCount The number of directories in the image.
FileCount The number of files in the image.
CreatedTime The time that the image file was created.
ModifiedTime The time that the image file was last modified.

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 Preinstallation Environment 3.0, Windows 8, Windows Server 2012, Windows Preinstallation Environment (Windows PE) 4.0

See also

DismImageInfo