2.2.1.1.21 RASMAN_USAGE
The RASMAN_USAGE enumerates the usage for a port. It can be any combination of the following values.
-
typedef enum _RASMAN_USAGE { CALL_NONE = 0x00, CALL_IN = 0x01, CALL_OUT = 0x02, CALL_ROUTER = 0x04, CALL_LOGON = 0x08, CALL_OUT_ONLY = 0x10, CALL_IN_ONLY = 0x20, CALL_OUTBOUND_ROUTER = 0x40 } RASMAN_USAGE;
CALL_NONE: Port is not configured for any usage.
CALL_IN: Port is configured for incoming connection requests.
CALL_OUT: Port is configured for outgoing connection requests
CALL_ROUTER: Port is configured for demand-dial connection requests.
CALL_LOGON: Port is configured for connection during logon.
CALL_OUT_ONLY: Port is configured only for outgoing connection requests.
CALL_IN_ONLY: Port is configured only for incoming connection requests.
CALL_OUTBOUND_ROUTER: Port is configured for outgoing demand-dial connection requests.