<div class="content" name="R_DhcpCreateClientInfoV4" uuid="3f8106e7-834c-4d1c-ab6e-d8da1c04e04b"><p>The <b>R_DhcpCreateClientInfoV4</b> method sets/modifies the
DHCPv4 client <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_e6d76b31-2852-4bd5-8fbb-8e82a3cedb29" data-linktype="relative-path">lease record</a>
on the <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_005ffc96-bb67-44ca-938f-dd7ec3c95cab" data-linktype="relative-path">DHCPv4 server
database</a>. </p><dl>
<dd>
<div><pre> DWORD R_DhcpCreateClientInfoV4(
   [in, unique, string] DHCP_SRV_HANDLE ServerIpAddress,
   [in, ref] LPDHCP_CLIENT_INFO_V4 ClientInfo
 );
</pre></div>
</dd></dl><p><b>ServerIpAddress: </b>The IP address/host name of
the DHCP server. This parameter is unused.</p><p><b>ClientInfo: </b>A pointer of type <a href="0605fa26-c2ab-4f06-a15b-36d81a3b0690" data-linktype="relative-path">DHCP_CLIENT_INFO_V4 (section 2.2.1.2.14)</a>
structure that contains the DHCPv4 client lease record information that needs
to be set on the DHCPv4 server. The caller MUST pass the <b>ClientIPAddress</b>
and <b>ClientHardwareAddress</b> member fields when adding a DHCPv4 client
lease record to the DHCPv4 server database. The <b>ClientHardwareAddress</b>
member represents a <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_195d8585-7de6-4574-9abf-9db104aaa40c" data-linktype="relative-path">DHCPv4
client-identifier</a> (section <a href="7c88f58b-c615-4386-a643-ab05b860a003" data-linktype="relative-path">2.2.1.2.5.1</a>). Members <b>ClientName</b>,
<b>ClientComment</b>, <b>ClientLeaseExpires</b>, and <b>OwnerHost</b> are
modified on the DHCPv4 client lease record identified by the <b>ClientIPAddress</b>
member.</p><p><b>Return Values: </b>A 32-bit unsigned integer value
that indicates return status. A return value ERROR_SUCCESS (0x00000000)
indicates that the operation was completed successfully, else it contains a
Win32 error code, as specified in <a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a>.
This error code value can correspond to a DHCP-specific failure, which takes a
value between 20000 and 20099, or any generic failure.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x00000000 ERROR_SUCCESS</td>
  <td>The call was successful.</td>
 </tr><tr>
  <td>0x00004E2D ERROR_DHCP_JET_ERROR</td>
  <td>An error occurred while accessing the DHCP server database.</td>
 </tr></tbody></table>
</dd></dl><p>The opnum field value for this method is 32.</p><p>When processing this call, the DHCP server MUST do the
following:</p><ul><li><p><span><span> 
</span></span>Validate whether this method is authorized for read/write access
per section <a href="38840bd0-0a5a-47ed-bc69-0dd870d33aec" data-linktype="relative-path">3.5.5</a>. If
not, return the error ERROR_ACCESS_DENIED.</p>
</li><li><p><span><span> 
</span></span>Validate whether the DHCPv4 client&#39;s hardware address data and
its length are non-NULL. If they are NULL, return the error
ERROR_INVALID_PARAMETER.</p>
</li><li><p><span><span> 
</span></span>Iterate through the server ADM element <b>DHCPv4ScopesList</b>,
and retrieve the <b>DHCPv4Scope</b> ADM element entry whose IPv4 range contains
the Ipv4 address specified by the <b>ClientIPAddress</b> member of the <i>ClientInfo</i>
parameter. In case of an error, return ERROR_INVALID_PARAMETER.</p>
</li><li><p><span><span> 
</span></span>Create the <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_4c35997a-5d90-4d7e-96c8-346f4ad0a63f" data-linktype="relative-path">DHCPv4
client unique ID</a> (section <a href="651865ec-6404-4191-ad30-113578a94556" data-linktype="relative-path">2.2.1.2.5.2</a>) for the
DHCPv4 client from the <b>ScopeInfo.SubnetAddress</b> ADM element of the
specified <b>DHCPv4Scope</b> ADM element, and the DHCPv4 client-identifier that
is the <b>ClientHardwareAddress</b> member, as specified in the <i>ClientInfo</i>
parameter.</p>
</li><li><p><span><span> 
</span></span>If there is a <b>DHCPv4Client</b> ADM element entry corresponding
to this DHCPv4 client-identifier and/or client IP address already in the <b>DHCPv4ClientsList</b>
ADM element, return ERROR_DHCP_JET_ERROR. Otherwise, create a <b>DHCPv4Client</b>
ADM element object and set the <b>ClientIPAddress</b>, <b>ClientName</b>, <b>ClientComment</b>,
and <b>ClientLeaseExpires</b> member fields as specified in the <i>ClientInfo</i>
input parameter. Set the other fields of the <b>DHCPv4Client</b> ADM element as
follows:</p>
<ul><li><p><span><span>  </span></span>The
<b>DHCPv4Client.SubnetMask</b> ADM element is set to <b>ScopeInfo.SubnetAddress</b>
ADM element of the retrieved <b>DHCPv4Scope</b> ADM element.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.ClientHardwareAddress</b> ADM element is set to the DHCPv4
client unique ID created in previous steps.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.OwnerHost.NetBiosName</b> ADM element is set to the <a href="a9d6a415-4de6-4058-befe-ca2e42764485#gt_b86c44e6-57df-4c48-8163-5e3fa7bdcff4" data-linktype="relative-path">NetBIOS</a> name of the DHCPv4
Server. The <b>OwnerHost.IpAddress</b> ADM element is set to the <i>ServerIpAddress</i>
parameter in case an IP address is passed.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.bClientType</b> ADM element is set to CLIENT_TYPE_NONE.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.AddressState</b> ADM element is set to ADDRESS_STATE_ACTIVE.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.Status</b> ADM element is set to the NOQUARANTINE enumeration
value.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.ProbationEnds</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.QuarantineCapable</b> ADM element is set to FALSE.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.SentPotExpTime</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.AckPotExpTime</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.RecvPotExpTime</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.StartTime</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.CltLastTransTime</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.LastBndUpdTime</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.flags</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.bndMsgStatus</b> ADM element is set to 0.</p>
</li><li><p><span><span>  </span></span>The
<b>DHCPv4Client.PolicyName</b> ADM element is set to NULL.</p>
<p>Insert the object into the
<b>Dhcpv4Scope.DHCPv4ClientsList</b> ADM element, and return ERROR_SUCCESS.</p>
</li></ul></li></ul><p><b>Exceptions Thrown:</b> No exceptions SHOULD be thrown
beyond those thrown by the underlying RPC protocol <a href="../ms-rpce/290c38b1-92fe-4229-91e6-4fc376610c15" data-linktype="relative-path">[MS-RPCE]</a>.</p></div>