This structure represents an array
of invariant drive data. It is returned by Get_Drive_Control_Data.
#include <lvm_intr.h>
typedef struct _Drive_Control_Array {
Drive_Control_Record * Drive_Control_Data; /* An array of drive control records */
CARDINAL32Count; /* The number of records in the array */
} Drive_Control_Array;