// ntddcdrm.h
typedef struct _VOLUME_CONTROL {
UCHAR PortVolume[4];
} VOLUME_CONTROL, *PVOLUME_CONTROL;
View the official Windows Driver Kit DDI referenceNo description available.
The VOLUME_CONTROL structure is used in conjunction with the IOCTL_CDROM_GET_VOLUME request to retrieve volume values for up to four audio ports.
PortVolumePointer to an array of volume values, one for each of the ports, with a maximum of four ports.