WDS_CLI_CRED structure (wdsclientapi.h)

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

See also

WdsCliAuthorizeSession

WdsCliCreateSession

Windows Deployment Services Structures