PxeProviderUnRegister function (wdspxe.h)
Removes a provider from the list of registered providers.
Syntax
DWORD PXEAPI PxeProviderUnRegister(
[in] LPCWSTR pszProviderName
);
Parameters
[in] pszProviderName
Display name for provider from the call to the PxeProviderRegister 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 |