Searched defs:dwParam1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_MidiIn.cpp49 //$$fb dwParam1 holds a pointer for long messages. How can that be a DWORD then ???
50 void CALLBACK MIDI_IN_PutMessage( HMIDIIN hMidiIn, UINT wMsg, UINT_PTR dwInstance, UINT_PTR dwParam1, UINT_PTR dwParam2 ) { argument
55 TRACE2(" dwParam1: %x, dwParam2: %x\n", dwParam1, dwParam2);
70 dwParam1 & 0xFF, (dwParam1 & 0xFF00)>>8, (dwParam1 & 0xFF0000)>>16);
74 //(dwParam1 << 24) | ((dwParam1 << 8) & 0xFF0000) | ((dwParam1 >>
[all...]

Completed in 28 milliseconds