PxeProviderSetAttribute function (wdspxe.h)
Specifies attributes for the provider.
Syntax
DWORD PXEAPI PxeProviderSetAttribute(
[in] HANDLE hProvider,
[in] PXE_PROVIDER_ATTRIBUTE Attribute,
[in] PVOID pParameterBuffer,
[in] ULONG uParamLen
);
Parameters
[in] hProvider
HANDLE passed to the PxeProviderInitialize function.
[in] Attribute
Identifies the attribute to set.
[in] pParameterBuffer
Pointer to a buffer. The size and contents of this buffer vary depending on the value of the Attribute parameter.
If Attribute is PXE_PROV_ATTR_FILTER, the buffer contains one of the following values.
[in] uParamLen
The size of the buffer pointed to by the pParameterBuffer parameter.
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 |