Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NORMALValue: 0 The connection state is normal. |
RAS_QUAR_STATE_QUARANTINEValue: 1 The connection is quarantined. |
RAS_QUAR_STATE_PROBATIONValue: 2 The connection is in probation. |
RAS_QUAR_STATE_NOT_CAPABLEValue: 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 |