Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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_OPERATIONAL
The port is not operational.
RAS_PORT_DISCONNECTED
The port is disconnected.
RAS_PORT_CALLING_BACK
The port is in the process of a call back.
RAS_PORT_LISTENING
The port is listening for incoming calls.
RAS_PORT_AUTHENTICATING
The port is authenticating a user.
RAS_PORT_AUTHENTICATED
The port has authenticated a user.
RAS_PORT_INITIALIZING
The port is initializing.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header mprapi.h

See also

RAS Administration Enumerated Types

Remote Access Service Administration Reference


Feedback

Was this page helpful?

Additional resources