|
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_1006
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
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
|