No description available.
The WIM_PROVIDER_OVERLAY_ENTRY structure contains the Windows Image Format (WIM) file configuration information for a data source entry. It is used to identify specific WIM file names and indices that supply data to externally backed files on a volume.
NextEntryOffsetThe offset to the next WIM_PROVIDER_OVERLAY_ENTRY structure returned in the enumeration. Set to 0 if there are no further entries.
DataSourceIdThe specific identifier an overlay entry. A single WIM GUID, such as in the WimGuid member, may have multiple data source identifiers.
WimGuidA unique identifier of a WIM file.
WimFileNameOffsetThe offset, in bytes, from the beginning of this structure of the file name for the WIM file to add as a backing source. The file name is a NULL terminated string of WCHAR character values.
WimTypeThe type of WIM file set as a backing source. The WIM file type is set to one of the following values.
| Value | Meaning |
|---|---|
| WIM_BOOT_OS_WIM | The WIM file contains Windows system files. |
| WIM_BOOT_NOT_OS_WIM | The WIM file contains non-operating system files. |
WimIndexThe index of the image in the WIM file specified at WimFileNameOffset.
FlagsThe status flags for the WIM provider. Set to 0 when active. Otherwise Flags is set to one of the following values.
| Value | Meaning |
|---|---|
| WIM_PROVIDER_EXTERNAL_FLAG_NOT_ACTIVE | The WIM provider is not active, which can occur when the WIM file is not found. In this case, the WIM file will not be recovered. |
| WIM_PROVIDER_EXTERNAL_FLAG_SUSPENDED | The provider is dismounted. Recovery will be attempted. |