* waveOut~ 함수들에 관한 정리 : waveOut~ 함수를 전부 정리한 것은 아니고, 사용하는 것만 정리. 1. UINT WINAPI waveOutGetNumDevs(void); This function retrieves the number of waveform output devices present in the system. 시스템 안의 현재 음성 출력 장치의 수를 구하는 함수 R.V.> The number of devices indicates success. Zero indicates that no devices are present or that an error occurred. 2. MMRESULT WINAPI waveOutOpen(LPHWAVEOUT phwo, UINT uDeviceID..