MIDIOPENSTRMID

typedef struct midiopenstrmid_tag {
    DWORD  dwStreamID;
    WORD   wDeviceID;
} MIDIOPENSTRMID;
 

Contains a stream identifier and an associated device identifier.

Members

dwStreamID
Identifier of a stream of MIDI data.
wDeviceID
Identifier of the device that is associated with the specified stream of MIDI data.

See Also

MIDIOPENDESC