<div class="content" name="ExtendedClientCredentials" uuid="280cd64d-389d-4c8f-b5fc-cf429abc5d88"><p>The ExtendedClientCredentials structure holds longer user
name, password, and <span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a></span> fields.<a id="Appendix_A_Target_133"></a><a aria-label="Product behavior note 133" href="7ce7f717-461b-4f18-9829-6690168c7707#Appendix_A_133" data-linktype="relative-path">&lt;133&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _ExtendedClientCredentials {
   WCHAR UserName[EXTENDED_USERNAME_LEN + 1];
   WCHAR Password[EXTENDED_PASSWORD_LEN + 1];
   WCHAR Domain[EXTENDED_DOMAIN_LEN + 1];
 } ExtendedClientCredentials,
  *pExtendedClientCredentials;
</pre></div>
</dd></dl><p><b>UserName:</b>  Specifies the user&#39;s
username.</p><p><b>Password:</b>  Specifies the user&#39;s
password.</p><p><b>Domain:</b>  Specifies the user&#39;s domain
name.</p></div>