Home
last modified time | relevance | path

Searched refs:MIDIINCAPSA (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/tests/miditest/
H A Dmiditest.c8 #define MIDIINCAPS MIDIINCAPSA
/reactos/modules/rostests/winetests/winmm/
H A Dgenerated.c371 TEST_FIELD_SIZE (MIDIINCAPSA, wMid, 2) in test_pack_MIDIINCAPSA()
372 TEST_FIELD_ALIGN (MIDIINCAPSA, wMid, 1) in test_pack_MIDIINCAPSA()
373 TEST_FIELD_OFFSET(MIDIINCAPSA, wMid, 0) in test_pack_MIDIINCAPSA()
374 TEST_FIELD_SIZE (MIDIINCAPSA, wPid, 2) in test_pack_MIDIINCAPSA()
375 TEST_FIELD_ALIGN (MIDIINCAPSA, wPid, 1) in test_pack_MIDIINCAPSA()
376 TEST_FIELD_OFFSET(MIDIINCAPSA, wPid, 2) in test_pack_MIDIINCAPSA()
2776 TEST_FIELD_SIZE (MIDIINCAPSA, wMid, 2) in test_pack_MIDIINCAPSA()
2777 TEST_FIELD_ALIGN (MIDIINCAPSA, wMid, 1) in test_pack_MIDIINCAPSA()
2778 TEST_FIELD_OFFSET(MIDIINCAPSA, wMid, 0) in test_pack_MIDIINCAPSA()
2779 TEST_FIELD_SIZE (MIDIINCAPSA, wPid, 2) in test_pack_MIDIINCAPSA()
[all …]
H A Dmidi.c114 MIDIINCAPSA capsA; in test_midiIn_device()
/reactos/sdk/include/psdk/
H A Dmmsystem.h1140 } MIDIINCAPSA,*PMIDIINCAPSA,*LPMIDIINCAPSA; typedef
2821 typedef MIDIINCAPSA MIDIINCAPS,*PMIDIINCAPS,*LPMIDIINCAPS;
/reactos/dll/win32/winmm/
H A Dwinmm.c1219 MIDIINCAPSA micA; in midiInGetDevCapsA()