Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |