RAS_QUARANTINE_STATE enumeration (mprapi.h)

The RAS_QUARANTINE_STATE enumerated type indicates the quarantine state of a client connection.

Syntax

typedef enum _RAS_QUARANTINE_STATE {
  RAS_QUAR_STATE_NORMAL = 0,
  RAS_QUAR_STATE_QUARANTINE = 1,
  RAS_QUAR_STATE_PROBATION = 2,
  RAS_QUAR_STATE_NOT_CAPABLE = 3
} RAS_QUARANTINE_STATE;

Constants

 
RAS_QUAR_STATE_NORMAL
Value: 0
The connection state is normal.
RAS_QUAR_STATE_QUARANTINE
Value: 1
The connection is quarantined.
RAS_QUAR_STATE_PROBATION
Value: 2
The connection is in probation.
RAS_QUAR_STATE_NOT_CAPABLE
Value: 3
The connection state is unknown.

Requirements

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

See also

RAS Administration Enumerated Types

Remote Access Service Administration Reference