ReactOS 0.4.15-dev-7934-g1dc8d80
MIDI_INFO Struct Reference

#include <precomp.h>

Collaboration diagram for MIDI_INFO:

Public Attributes

LIST_ENTRY Entry
 
ULONG DeviceId
 
ULONG PinId
 
union {
   MIDIOUTCAPSW   OutCaps
 
   MIDIINCAPSW   InCaps
 
u
 

Detailed Description

Definition at line 134 of file precomp.h.

Member Data Documentation

◆ DeviceId

ULONG MIDI_INFO::DeviceId

Definition at line 137 of file precomp.h.

Referenced by MMixerAddMidiPin(), MMixerGetMidiDevicePath(), and MMixerOpenMidi().

◆ Entry

LIST_ENTRY MIDI_INFO::Entry

Definition at line 136 of file precomp.h.

Referenced by MMixerAddMidiPin().

◆ InCaps

MIDIINCAPSW MIDI_INFO::InCaps

Definition at line 142 of file precomp.h.

Referenced by MMixerAddMidiPin(), and MMixerMidiInCapabilities().

◆ OutCaps

MIDIOUTCAPSW MIDI_INFO::OutCaps

Definition at line 141 of file precomp.h.

Referenced by MMixerAddMidiPin(), and MMixerMidiOutCapabilities().

◆ PinId

ULONG MIDI_INFO::PinId

Definition at line 138 of file precomp.h.

Referenced by MMixerAddMidiPin(), and MMixerOpenMidi().

◆ 

union { ... } MIDI_INFO::u

The documentation for this struct was generated from the following file: