Skip to content

Latest commit

 

History

History
145 lines (118 loc) · 3.32 KB

nf-dhcpsapi-dhcpmodifyclass.md

File metadata and controls

145 lines (118 loc) · 3.32 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dhcpsapi.DhcpModifyClass
DhcpModifyClass function (dhcpsapi.h)
Modifies a DHCP class defined on the server.
DhcpModifyClass
DhcpModifyClass function [DHCP]
dhcp.dhcpmodifyclass
dhcpsapi/DhcpModifyClass
dhcp\dhcpmodifyclass.htm
DHCP
4ee8897f-d49a-4b60-a26e-e7e11c088353
12/05/2018
DhcpModifyClass, DhcpModifyClass function [DHCP], dhcp.dhcpmodifyclass, dhcpsapi/DhcpModifyClass
dhcpsapi.h
Windows
None supported
Windows Server 2008 R2 [desktop apps only]
Dhcpsapi.lib
Dhcpsapi.dll
Windows
19H1
DhcpModifyClass
dhcpsapi/DhcpModifyClass
c++
APIRef
kbSyntax
DllExport
Dhcpsapi.dll
DhcpModifyClass

DhcpModifyClass function

-description

The DhcpModifyClass function modifies a DHCP class defined on the server.

-parameters

-param ServerIpAddress [in]

Unicode string that specifies the IP address or hostname of the DHCP server.

-param ReservedMustBeZero [in]

Reserved. This value must be set to 0.

-param ClassInfo [in]

Pointer to a DHCP_CLASS_INFO structure that contains the new information for the class.

-returns

This function returns ERROR_SUCCESS upon a successful call. Otherwise, it returns one of the DHCP Server Management API Error Codes.

Return code Description
ERROR_ACCESS_DENIED
This call was performed by a client who is not a member of the "DHCP Administrators" security group.
ERROR_INVALID_PARAMETER
The DHCP_CLASS_INFO structure provided in ClassInfo has null or invalid values for the ClassName or ClassData member (or both).
ERROR_DHCP_CLASS_NOT_FOUND
A class name could not be found that matches the provided information.
ERROR_DHCP_JET_ERROR
An error occurred while accessing the DHCP server's database.
ERROR_DHCP_CLASS_ALREADY_EXISTS
The new class name is currently in use, or the new class information is currently in use.

-see-also

DHCP_CLASS_INFO

DhcpCreateClass

DhcpDeleteClass