Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains credentials used to authorize a client session.
Syntax
typedef struct tagWDS_CLI_CRED {
PCWSTR pwszUserName;
PCWSTR pwszDomain;
PCWSTR pwszPassword;
} WDS_CLI_CRED, *PWDS_CLI_CRED, *LPWDS_CLI_CRED;
Members
pwszUserName
The user name associated with the credentials.
pwszDomain
The domain for the user name associated with the credentials.
pwszPassword
The password for the user name associated with the credentials.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wdsclientapi.h |