|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmaccess.h
| Unicode
| No
| Platform Notes
| None
|
|
|
USER_MODALS_INFO_1
The USER_MODALS_INFO_1 structure contains information about the role and primary use of logon
servers in a security database.
typedef struct _USER_MODALS_INFO_1 {
DWORD usrmod1_role;
LPWSTR usrmod1_primary;
}USER_MODALS_INFO_1, *PUSER_MODALS_INFO_1, *LPUSER_MODALS_INFO_1;
Members
usrmod1_role
Specifies the role of the logon server. The following values are defined:
Value
| Meaning
| UAS_ROLE_STANDALONE
| The logon server is a stand-alone server.
| UAS_ROLE_MEMBER
| The logon server is a member.
| UAS_ROLE_BACKUP
| The logon server is a backup.
| UAS_ROLE_PRIMARY
| The logon server is a domain controller.
|
If the Netlogon service is not being used, the element should be set to
UAS_ROLE_STANDALONE.
usrmod1_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
NetUserModalsGet, NetUserModalsSet
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|