Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WofWimEnumFiles function

Enumerates all of the files which are being backed by a specified WIM data source on a specified volume.

Syntax


HRESULT WINAPI WofWimEnumFiles(
  _In_     PCWSTR           VolumeName,
  _In_     LARGE_INTEGER    DataSourceId,
  _In_     WofEnumFilesProc EnumProc,
  _In_opt_ PVOID            UserData
);

Parameters

VolumeName [in]

The path to the volume which hosts WIM-backed files.

DataSourceId [in]

Identifier used to identify the WIM entry.

EnumProc [in]

The callback function for file provided by the WIM entry.

UserData [in, optional]

Optional user defined data passed to EnumProc.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Header

Wofapi.h

Library

Wofutil.lib

DLL

Wofutil.dll

 

 

Show:
© 2017 Microsoft