SESSIONID
Data Type : Network Send and Receive
SESSIONID - Session ID for a network link.
#include <net.h>
Definition :
typedef struct {
WORD Index; /* Index */
WORD SeqNo; /* Sequence number */
} SESSIONID;
Description :
A SESSIONID is returned from NetLink after making a call to a remote system and establishing a character mode connection. NetLink binds this network link to a SessionID and returns this session ID for use in subsequent calls to NetSetSessionMode, NetSend, NetReceive, and NetCloseSession.
See Also : NetLink NetSetSessionMode NetSend NetReceive NetCloseSession