Lines Matching refs:UINT
76 const UINT iscapture = iscap ? 1 : 0; \
77 const UINT devcount = wave##typ##GetNumDevs(); \
79 UINT i; \
102 CaptureSound(HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in CaptureSound()
118 FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in FillSound()
256 PrepWaveFormat(_THIS, UINT devId, WAVEFORMATEX *pfmt, const int iscapture) in PrepWaveFormat()
286 UINT devId = WAVE_MAPPER; /* WAVE_MAPPER == choose system's default */ in WINMM_OpenDevice()
287 UINT i; in WINMM_OpenDevice()
292 devId = (UINT) val; in WINMM_OpenDevice()
359 result = waveInGetDevCaps((UINT) this->hidden->hout, in WINMM_OpenDevice()
367 result = waveOutGetDevCaps((UINT) this->hidden->hout, in WINMM_OpenDevice()