Home | History | Annotate | Download | only in win

Lines Matching refs:dwVolume

669 //    the low-order word of dwVolume specifies the volume level,
712 DWORD dwVolume(0x00000000);
713 dwVolume = (DWORD)(((volumeRight & 0xFFFF) << 16) | (volumeLeft & 0xFFFF));
715 res = waveOutSetVolume(_hWaveOut, dwVolume);
776 DWORD dwVolume(0x00000000);
778 res = waveOutGetVolume(_hWaveOut, &dwVolume);
786 WORD wVolumeLeft = LOWORD(dwVolume);
787 WORD wVolumeRight = HIWORD(dwVolume);