DSREG_USER_INFO structure (lmjoin.h)

Contains information about a user account that is used to join a device to Microsoft Azure Active Directory.

Syntax

typedef struct _DSREG_USER_INFO {
  LPWSTR pszUserEmail;
  LPWSTR pszUserKeyId;
  LPWSTR pszUserKeyName;
} DSREG_USER_INFO, *PDSREG_USER_INFO;

Members

pszUserEmail

The email address of the user.

pszUserKeyId

The identifier of the Microsoft Passport key that is provisioned for the user.

pszUserKeyName

The name of the Microsoft Passport key that is provisioned for the user.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header lmjoin.h