Session_IPv4 structure (lpmapi.h)
The Session_IPv4 structure stores information about an IPv4 RSVP SESSION object.
Syntax
typedef struct {
IN_ADDR sess_destaddr;
UCHAR sess_protid;
UCHAR sess_flags;
USHORT sess_destport;
} Session_IPv4;
Members
sess_destaddr
Destination IP address for the session.
sess_protid
Protocol ID for the session.
sess_flags
Session flags.
sess_destport
Destination IP address for the session.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |