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.
Specifies the possible ways that a device can be joined to Microsoft Azure Active Directory.
Syntax
typedef enum _DSREG_JOIN_TYPE {
DSREG_UNKNOWN_JOIN = 0,
DSREG_DEVICE_JOIN = 1,
DSREG_WORKPLACE_JOIN = 2
} DSREG_JOIN_TYPE, *PDSREG_JOIN_TYPE;
Constants
DSREG_UNKNOWN_JOINValue: 0 The type of join is not known. |
DSREG_DEVICE_JOINValue: 1 The device is joined to Azure Active Directory (Azure AD). |
DSREG_WORKPLACE_JOINValue: 2 The device is registered to Azure Active Directory (Azure AD), meaning an Azure AD work account is added on the device. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | lmjoin.h |