Compartir a través de


estructura READ_ELEMENT_ADDRESS_INFO (winioctl.h)

Representa la información de la etiqueta de volumen. Lo usa el código de control IOCTL_CHANGER_QUERY_VOLUME_TAGS .

Sintaxis

typedef struct _READ_ELEMENT_ADDRESS_INFO {
  DWORD                  NumberOfElements;
  CHANGER_ELEMENT_STATUS ElementStatus[1];
} READ_ELEMENT_ADDRESS_INFO, *PREAD_ELEMENT_ADDRESS_INFO;

Miembros

NumberOfElements

Número de elementos que coinciden con criterios establecidos por el miembro ActionCode de CHANGER_SEND_VOLUME_TAG_INFORMATION.

Para obtener información sobre la compatibilidad con el dispositivo actual, consulte el miembro Features0 de GET_CHANGER_PARAMETERS.

ElementStatus[1]

Matriz de estructuras de CHANGER_ELEMENT_STATUS , una para cada elemento que se corresponde con la información pasada con la estructura CHANGER_SEND_VOLUME_TAG_INFORMATION .

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP
Servidor mínimo compatible Windows Server 2003
Encabezado winioctl.h (incluya Windows.h)

Consulte también

CHANGER_ELEMENT_STATUS

CHANGER_SEND_VOLUME_TAG_INFORMATION

IOCTL_CHANGER_QUERY_VOLUME_TAGS