PxeProviderEnumNext function (wdspxe.h)

Enumerates registered providers.

Syntax

DWORD PXEAPI PxeProviderEnumNext(
  [in]  HANDLE        hEnum,
  [out] PPXE_PROVIDER *ppProvider
);

Parameters

[in] hEnum

HANDLE returned by the PxeProviderEnumFirst function.

[out] ppProvider

Address of a PXE_PROVIDER structure with the uSizeOfStruct member filled in with the size of the structure. On return this structure is filled in with provider information. This structure can be freed with the PxeProviderFreeInfo function.

Return value

If the function succeeds, the return value is ERROR_SUCCESS.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008, Windows Server 2003 with SP2 [desktop apps only]
Target Platform Windows
Header wdspxe.h
Library WdsPxe.lib
DLL WdsPxe.dll

See also

PXE_PROVIDER

PxeProviderEnumClose

PxeProviderEnumFirst

PxeProviderFreeInfo

Windows Deployment Services Server Functions