2.2.2.38 ExtendedClientCredentials

The ExtendedClientCredentials structure holds longer user name, password, and domain fields.<132>

 typedef struct _ExtendedClientCredentials {
   WCHAR UserName[EXTENDED_USERNAME_LEN + 1];
   WCHAR Password[EXTENDED_PASSWORD_LEN + 1];
   WCHAR Domain[EXTENDED_DOMAIN_LEN + 1];
 } ExtendedClientCredentials,
  *pExtendedClientCredentials;

UserName: Specifies the user's username.

Password: Specifies the user's password.

Domain: Specifies the user's domain name.