ALSA Library Reference Manual
DECLARATION
typedef struct
{
snd_seq_instr_t id; /* instrument identifier */
unsigned int flags; /* query flags */
int cmd; /* query command */
char reserved[16]; /* reserved for the future use */
long len; /* real instrument data length (without header) */
}
snd_seq_instr_get_t;
REFERENCE