Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |