The USER_MODALS_INFO_1007 structure contains user account information about the domain controller in a security database.
typedef struct _USER_MODALS_INFO_1007 {
LPWSTR usrmod1007_primary;
} USER_MODALS_INFO_1007, *PUSER_MODALS_INFO_1007, *LPUSER_MODALS_INFO_1007;
Members
usrmod1007_primary
A Unicode string that specifies the name of the domain controller that stores the primary copy of the database for the user account manager.
See Also