The SESSION_BUFFER structure contains information about a local network session. One or more SESSION_BUFFER structures follows a SESSION_HEADER structure when an application specifies the NCBSSTAT command in the ncb_command member of the NCB structure.
typedef struct _SESSION_BUFFER { // sb UCHAR lsn; UCHAR state; UCHAR local_name[NCBNAMSZ]; UCHAR remote_name[NCBNAMSZ]; UCHAR rcvs_outstanding; UCHAR sends_outstanding; } SESSION_BUFFER;
Value |
Meaning |
LISTEN_OUTSTANDING |
The session is waiting for a call from a remote computer. |
CALL_PENDING |
The session is attempting to connect to a remote computer. |
SESSION_ESTABLISHED |
The session connected and is able to transfer data. |
HANGUP_PENDING |
The session is being deleted due to a command by the local user. |
HANGUP_COMPLETE |
The session was deleted due to a command by the local user. |
SESSION_ABORTED |
The session was abandoned due to a network or user problem. |
file: /Techref/os/win/api/win32/struc/src/str18_24.htm, 3KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 11:02,
3.144.84.179:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/struc/src/str18_24.htm"> SESSION_BUFFER</A> |
Did you find what you needed? |