The RAS_HARDWARE_CONDITION enumeration type specifies hardware status information about a given RAS port.
typedef enum _RAS_HARDWARE_CONDITION
{
RAS_HARDWARE_OPERATIONAL,
RAS_HARDWARE_FAILURE
} RAS_HARDWARE_CONDITION;
RAS_HARDWARE_OPERATIONAL: The hardware attached to this RAS port is operational and is ready to receive client calls.
RAS_HARDWARE_FAILURE: The hardware attached to this RAS port has failed.