Condividi tramite


ENUM_PDO_RESULTS struttura (ehstorioctl.h)

Questa struttura descrive un set di risultati di oggetti dispositivo fisico (PDO) enumerati con IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS.

Sintassi

typedef struct _ENUM_PDO_RESULTS {
  ULONG          cEntries;
  ENUM_PDO_ENTRY rgEntries[ANYSIZE_ARRAY];
} ENUM_PDO_RESULTS, *PENUM_PDO_RESULTS;

Membri

cEntries

Questo membro indica il numero di voci nella matrice di strutture ENUM_PDO_ENTRY.

rgEntries[ANYSIZE_ARRAY]

Questo membro contiene la matrice di strutture ENUM_PDO_ENTRY.

Fabbisogno

Requisito Valore
intestazione ehstorioctl.h (include EhStorIoctl.h)

Vedere anche

IOCTL_EHSTOR_DEVICE_ENUMERATE_PDOS