<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/8bc6e99c-5877-4927-8f4a-433437a645f9" data-linktype="external">msdn link</a></p><p>The <b>CLUS_NETNAME_PWD_INFO</b> structure provides
information for resetting an alternate <a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_9a7bc8b3-3374-4608-8f73-be20a90b898b" data-linktype="relative-path">computer name&#39;s</a> associated <a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_f3ef2572-95cf-4c5c-b3c9-551fd648f409" data-linktype="relative-path">security principal</a>.</p><p><b>CLUS_NETNAME_PWD_INFO</b> is a custom-marshaled structure
that has fields as follows.</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="32">
  <p>Flags</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>Password
  (32 bytes)</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>CreatingDC
  (516 bytes)</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>ObjectGuid
  (128 bytes)</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
 <tr>
  <td colspan="32">
  <p>...</p>
  </td>
 </tr>
</tbody></table><p><b>Flags (4 bytes): </b>A 32-bit field indicating
whether other fields in the structure have valid data. Can be a combination of
the following <a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_7bc13a0c-ca1a-4c78-b1bf-67e243f778bb" data-linktype="relative-path">values</a>.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x00000000</p>
  </td>
  <td>
  <p>No flags are set, indicating that only the Password
  field is valid.</p>
  </td>
 </tr><tr>
  <td>
  <p>GUID_PRESENT</p>
  <p>0x00000001</p>
  </td>
  <td>
  <p>The ObjectGuid field has valid data.</p>
  </td>
 </tr><tr>
  <td>
  <p>CREATEDC_PRESENT</p>
  <p>0x00000002</p>
  </td>
  <td>
  <p>The CreatingDC field has valid data.</p>
  </td>
 </tr></tbody></table>
</dd></dl><p><b>Password (32 bytes): </b>A 32-byte long
fixed-length field that contains the new password, as a null-terminated <a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode string</a>, for the
alternate computer name&#39;s associated security principal. Remaining bytes after
null-termination MAY contain any value.</p><p><b>CreatingDC (516 bytes): </b>A 516-byte long
fixed-length field that contains the name of a directory <a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_434b0234-e970-4e8c-bdfa-e16a30d96703" data-linktype="relative-path">server</a>, as a
null-terminated Unicode string, where the associated security principal object
is stored. Remaining bytes after null-termination MAY contain any value.</p><p><b>ObjectGuid (128 bytes): </b>A <a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_b330cb96-68e2-41be-a53f-cae98c2b5d32" data-linktype="relative-path">GUIDString</a>, as a
null-terminated Unicode string, of the security principal object on a directory
server. Remaining bytes after null-termination MAY contain any value.</p></div>