3.1.1.1.46.2.2 RenameSuperscope
The RenameSuperscope procedure changes the name of a DHCP superscope. It uses the IIpamOperationWithProgressCallback interface to provide the details of subtasks, their completion status, and the overall completion status for the operation to the management client.
The following are the input parameters to this procedure:
Param_Superscope: Of type DhcpSuperscopeV4.
Param_newName: Of type string.
There is no output from this procedure.
The following processing steps are used:
Look up the row in ADM_DhcpSuperscopeTable with a RecordId value of Param_Superscope.RecordId.
If the row is found, modify the row and assign Param_newName to Name.