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.
This structure describes a result set of Physical Device Objects (PDOs) that are enumerated with IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS.
Syntax
typedef struct _ENUM_PDO_RESULTS {
ULONG cEntries;
ENUM_PDO_ENTRY rgEntries[ANYSIZE_ARRAY];
} ENUM_PDO_RESULTS, *PENUM_PDO_RESULTS;
Members
cEntries
This member indicates the number of entries in the array of ENUM_PDO_ENTRY structures.
rgEntries[ANYSIZE_ARRAY]
This member contains the array of ENUM_PDO_ENTRY structures.
Requirements
| Requirement | Value |
|---|---|
| Header | ehstorioctl.h (include EhStorIoctl.h) |