Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates a WIM entry to point to a different WIM file location.
Syntax
HRESULT WofWimUpdateEntry(
[in] PCWSTR VolumeName,
[in] LARGE_INTEGER DataSourceId,
[in] PCWSTR NewWimPath
);
Parameters
[in] VolumeName
The volume name which contains files whose data is provided by the WIM.
[in] DataSourceId
Identifies the WIM entry.
[in] NewWimPath
The new location of the WIM file.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wofapi.h |
Library | Wofutil.lib |
DLL | Wofutil.dll |