PxeProviderEnumFirst function (wdspxe.h)
Starts an enumeration of registered providers.
Syntax
DWORD PXEAPI PxeProviderEnumFirst(
[out] HANDLE *phEnum
);
Parameters
[out] phEnum
Address of a HANDLE that on successful return can be used with the PxeProviderEnumNext function to enumerate providers. When the enumeration handle is no longer needed, use the PxeProviderEnumClose function to close the enumeration.
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 |