|
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_1004
The USER_MODALS_INFO_1004 structure contains logoff information about users and global groups in a
security database.
typedef struct _USER_MODALS_INFO_1004 {
DWORD usrmod1004_force_logoff;
}USER_MODALS_INFO_1004, *PUSER_MODALS_INFO_1004, *LPUSER_MODALS_INFO_1004;
Members
usrmod1004_force_logoff
Specifies, in seconds, the amount of time between the end of the valid logon
time and the time when the user is forced to log off the network. A value of
TIMEQ_FOREVER indicates that the user is never forced to log off. A value of zero
indicates that the user will be forced to log off immediately when the valid
logon time expires.
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
|