READ_ELEMENT_ADDRESS_INFO structure (winioctl.h)

Represents the volume tag information. It is used by the IOCTL_CHANGER_QUERY_VOLUME_TAGS control code.

Syntax

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

Members

NumberOfElements

The number of elements matching criteria set forth by the ActionCode member of CHANGER_SEND_VOLUME_TAG_INFORMATION.

For information on compatibility with the current device, see the Features0 member of GET_CHANGER_PARAMETERS.

ElementStatus[1]

An array of CHANGER_ELEMENT_STATUS structures, one for each element that corresponded with the information passed in with the CHANGER_SEND_VOLUME_TAG_INFORMATION structure.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Header winioctl.h (include Windows.h)

See also

CHANGER_ELEMENT_STATUS

CHANGER_SEND_VOLUME_TAG_INFORMATION

IOCTL_CHANGER_QUERY_VOLUME_TAGS