ALSA Library Reference Manual
DECLARATION
typedef struct
{
int result; /* operation result */
snd_seq_instr_t id; /* requested instrument identifier */
char reserved[16]; /* reserved for the future use */
long len; /* real instrument data length (without header) */
snd_seq_instr_data_t data; /* instrument data */
}
snd_seq_instr_get_result_t;
REFERENCE