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.
TBD
Syntax
typedef struct _CLUSTER_HEALTH_FAULT_ARRAY {
DWORD numFaults;
CLUSTER_HEALTH_FAULT *faults;
} CLUSTER_HEALTH_FAULT_ARRAY, *PCLUSTER_HEALTH_FAULT_ARRAY;
Members
numFaults
The number of faults in the array.
faults
The array of faults.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | resapi.h |