// mpiowmi.h
typedef struct _GetPathConfiguration_IN {
ULONGLONG PathID;
} GetPathConfiguration_IN, *PGetPathConfiguration_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The GetPathConfiguration_IN structure is used to retrieve the per path device information.
PathIDA 64-bitfield that specifies the path that is associated with the device.