ENUM_PDO_RESULTS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ehstorioctl-_enum_pdo_results)

_ENUM_PDO_RESULTS structure

Description

This structure describes a result set of Physical Device Objects (PDOs) that are enumerated with IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS.

Members

cEntries

This member indicates the number of entries in the array of ENUM_PDO_ENTRY structures.

rgEntries

This member contains the array of ENUM_PDO_ENTRY structures.

See also

IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS