WofWimSuspendEntry function (wofapi.h)
Temporarily removes a WIM data source from backing files on a volume until the volume is remounted or the data source is updated with WofWimUpdateEntry.
Syntax
HRESULT WofWimSuspendEntry(
[in] PCWSTR VolumeName,
[in] LARGE_INTEGER DataSourceId
);
Parameters
[in] VolumeName
The volume name which contained files whose data was provided by the WIM.
[in] DataSourceId
Identifies the WIM entry.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If the volume currently has files whose data is derived from the WIM file, the data for those files will become temporarily inaccessible. This should not be performed on a WIM from which the system is currently operating.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wofapi.h |
Library | Wofutil.lib |
DLL | Wofutil.dll |