Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |