// ehstorioctl.h
typedef struct _ENUM_PDO_RESULTS {
ULONG cEntries;
ENUM_PDO_ENTRY rgEntries[ANYSIZE_ARRAY];
} ENUM_PDO_RESULTS, *PENUM_PDO_RESULTS;
View the official Windows Driver Kit DDI referenceNo description available.
This structure describes a result set of Physical Device Objects (PDOs) that are enumerated with IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS.
cEntriesThis member indicates the number of entries in the array of ENUM_PDO_ENTRY structures.
rgEntriesThis member contains the array of ENUM_PDO_ENTRY structures.
IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS