WIM_PROVIDER_REMOVE_OVERLAY_INPUT structure (ntifs.h)
The WIM_PROVIDER_REMOVE_OVERLAY_INPUT structure specifies a Windows Image File (WIM) data source to remove from the WIM provider.
Syntax
typedef struct _WIM_PROVIDER_REMOVE_OVERLAY_INPUT {
LARGE_INTEGER DataSourceId;
} WIM_PROVIDER_REMOVE_OVERLAY_INPUT, *PWIM_PROVIDER_REMOVE_OVERLAY_INPUT;
Members
DataSourceId
An identifier value for the WIM file data source to remove.
Remarks
The FSCTL_REMOVE_OVERLAY request contains a WIM_PROVIDER_REMOVE_OVERLAY_INPUT structure in the system buffer as input. The value in DataSourceId is the data source identifier returned from a prior FSCTL_ADD_OVERLAY control request.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 Update |
Header | ntifs.h (include Ntifs.h, Fltkernel.h) |