|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| lmshare.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SESSION_INFO_10
The SESSION_INFO_10 structure contains information about the session, including name of the
computer; name of the user; and files, pipes, and devices on the computer.
typedef struct _SESSION_INFO_10 {
LPTSTR sesi10_cname; // client name (no backslashes)
LPTSTR sesi10_username;
DWORD sesi10_time;
DWORD sesi10_idle_time;
} SESSION_INFO_10, *PSESSION_INFO_10, *LPSESSION_INFO_10;
Members
sesi10_cname
Points to a Unicode string containing the name of the computer that
established the session.
sesi10_username
Points to a Unicode string containing the name of the user who established the
session.
sesi10_time
Specifies the number of seconds a session has been active.
sesi10_idle_time
Specifies the number of seconds a session has been idle.
See Also
NetSessionEnum, NetSessionGetInfo
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
|