RAS_HARDWARE_CONDITION

[This is preliminary documentation and subject to change.]

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;
 

Values

RAS_HARDWARE_OPERATIONAL
The port is operational.
RAS_HARDWARE_FAILURE
The port is not operational, due to a hardware failure.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.