2.2.2.50 TSVIPSession
The TSVIPSession structure defines a session with its IP address information.
-
typedef struct _TSVIPSession { DWORD dwVersion; DWORD SessionId; TSVIPAddress SessionIP; } TSVIPSession, *PTSVIPSession;
dwVersion: Specifies the version of the structure. This field MUST be set to 0x01, the only supported version.
SessionId: Specifies the ID of the session.
SessionIP: Specifies the IP address for the session. This is of type TSVIPAddress.