WofWimUpdateEntry function
Updates a WIM entry to point to a different WIM file location.
Syntax
HRESULT WINAPI WofWimUpdateEntry( _In_ PCWSTR VolumeName, _In_ LARGE_INTEGER DataSourceId, _In_ PCWSTR NewWimPath );
Parameters
- VolumeName [in]
-
The volume name which contains files whose data is provided by the WIM.
- DataSourceId [in]
-
Identifies the WIM entry.
- NewWimPath [in]
-
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
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: