Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/winmm/
H A Dmidi.c263 static BYTE SysEx_reset[] = { variable
448 mhdr.lpData = (LPSTR)SysEx_reset; in test_midiOut_device()
449 mhdr.dwBufferLength = sizeof(SysEx_reset); in test_midiOut_device()
1001 mhdr.dwBufferLength = sizeof(MIDISHORTEVENT) * 5 + ROUNDUP4(sizeof(SysEx_reset)) + in test_midiStream()
1010 e->dwEvent = MEVT_F_LONG | sizeof(SysEx_reset); in test_midiStream()
1011 memcpy(&e->dwParms[0], SysEx_reset, sizeof(SysEx_reset)); in test_midiStream()
1012 p += sizeof(MIDISHORTEVENT) + ROUNDUP4(sizeof(SysEx_reset)); in test_midiStream()