Platform SDK: Network Management

USER_MODALS_INFO_1006

The USER_MODALS_INFO_1006 structure contains logon server information.

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. This member can be one of the following 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.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmaccess.h.

See Also

Network Management Overview, Network Management Structures, User Modal Functions, NetUserModalsSet