2.2.1.1.17 RASMAN_STATUS
The RASMAN_STATUS type enumerates the status of the Port.
-
typedef enum _RASMAN_STATUS { OPEN = 0, CLOSED = 1, UNAVAILABLE = 2, REMOVED = 3 } RASMAN_STATUS;
OPEN: Port is in open state for a connection.
CLOSED: Port is in closed state and is available for connection.
UNAVAILABLE: Port is in the process of being removed and is not available for connection.
REMOVED: Port is removed and is not available for connection.