The USER_MODALS_INFO_1006 structure contains the various roles of logon servers in a security database.
typedef struct _USER_MODALS_INFO_1006 {
DWORD usrmod1006_role;
} USER_MODALS_INFO_1006, *PUSER_MODALS_INFO_1006, *LPUSER_MODALS_INFO_1006;
Members
usrmod1006_role
Specifies the role of the logon server as one of the following possible values:
Value | Meaning |
UAS_ROLE_STANDALONE | Logon server is a stand-alone. Use this value if no logon services are available |
UAS_ROLE_MEMBER | Logon server is a member. |
UAS_ROLE_BACKUP | Logon server is a backup. |
UAS_ROLE_PRIMARY | Logon server is a domain controller. |
See Also