|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| nb30.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SESSION_HEADER
The SESSION_HEADER structure contains information about a network session. This structure is
pointed to by the ncb_buffer member of the NCB structure. SESSION_HEADER is followed by as many SESSION_BUFFER structures as are required to describe the current network sessions.
typedef struct _SESSION_HEADER { // sh
UCHAR sess_name;
UCHAR num_sess;
UCHAR rcv_dg_outstanding;
UCHAR rcv_any_outstanding;
} SESSION_HEADER;
Members
sess_name
Specifies the name number of the session. This value corresponds to the ncb_num member of the NCB structure.
num_sess
Specifies the number of sessions that have the name specified by the sess_name member.
rcv_dg_outstanding
Specifies the number of outstanding NCBDGRECV and NCBDGRECVBC commands.
rcv_any_outstanding
Specifies the number of outstanding NCBRECVANY commands.
See Also
NCB, SESSION_BUFFER
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
|