DSREG_JOIN_TYPE enumeration (lmjoin.h)
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_JOIN Value: 0 The type of join is not known. |
DSREG_DEVICE_JOIN Value: 1 The device is joined to Azure Active Directory (Azure AD). |
DSREG_WORKPLACE_JOIN Value: 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 |