// mpiowmi.h
typedef struct _ClearPathHealthCounters_IN {
ULONGLONG PathID;
} ClearPathHealthCounters_IN, *PClearPathHealthCounters_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The ClearPathHealthCounters_IN structure is used to provide an input parameter to the ClearPathHealthCounters method.
PathIDA 64-bitfield that specifies the path that is associated with the device.