RAS_PORT_CONDITION enumeration (mprapi.h)
The RAS_PORT_CONDITION enumerated type specifies information regarding the connection condition of a given RAS port.
Syntax
typedef enum _RAS_PORT_CONDITION {
RAS_PORT_NON_OPERATIONAL,
RAS_PORT_DISCONNECTED,
RAS_PORT_CALLING_BACK,
RAS_PORT_LISTENING,
RAS_PORT_AUTHENTICATING,
RAS_PORT_AUTHENTICATED,
RAS_PORT_INITIALIZING
} RAS_PORT_CONDITION;
Constants
RAS_PORT_NON_OPERATIONALThe port is not operational. |
RAS_PORT_DISCONNECTEDThe port is disconnected. |
RAS_PORT_CALLING_BACKThe port is in the process of a call back. |
RAS_PORT_LISTENINGThe port is listening for incoming calls. |
RAS_PORT_AUTHENTICATINGThe port is authenticating a user. |
RAS_PORT_AUTHENTICATEDThe port has authenticated a user. |
RAS_PORT_INITIALIZINGThe port is initializing. |
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mprapi.h |