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.

WofEnumEntries function

Enumerates all the data sources from a specified provider for a specified volume.

Syntax


HRESULT WINAPI WofEnumEntries(
  _In_     PCWSTR           VolumeName,
  _In_     ULONG            Provider,
  _In_     WofEnumEntryProc EnumProc,
  _In_opt_ PVOID            UserData
);

Parameters

VolumeName [in]

The volume name hosting the files for which the backing data sources are requested.

Provider [in]

Indicates which provider’s data sources are being requested. Supported providers for this operation are:

WOF_PROVIDER_WIM Indicates that the function should return the WIM files which are providing data for placeholder files on the specified volume.

 

EnumProc [in]

The callback function for each data source. The enumeration will stop if EnumProc returns FALSE.

UserData [in, 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

See also

FSCTL_ENUM_OVERLAY

 

 

Show:
© 2017 Microsoft