WofEnumEntryProc callback function (wofapi.h)

Callback function that gets called for each data source in response to a call to WofEnumEntries.

Syntax

WofEnumEntryProc Wofenumentryproc;

BOOL Wofenumentryproc(
  [in]           const PVOID EntryInfo,
  [in, optional] PVOID UserData
)
{...}

Parameters

[in] EntryInfo

The structure that contains specific provider info. The Type of EntryInfo is provider-specific. For WOF_PROVIDER_WIM, it will be PWIM_ENTRY_INFO.

[in, optional] UserData

Optional user defined data specified in the call to WofEnumEntries.

Return value

A boolean value that indicates whether the enumeration was successful. The enumeration will stop if this callback function returns FALSE.

Requirements

Requirement Value
Target Platform Windows
Header wofapi.h