McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 347

↗ View in doc context
page
347
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::358

Function Details MMRESULT waveOutReset( HWAVEOUT hwo ); Parameter hwo Handle of the waveform-audio output device. waveOutUnprepareHeader The waveOutUnprepareHeader function cleans up the preparation that the waveOUtPrepareHeader function performs. Ensure this function is called after the device driver is finished with a data block. You must call this function before freeing the buffer. Function Details MMRESULT waveOutUnprepareHeader( HWAVEOUT hwo, LPWAVEHDR pwh, UINT cbwh ); Parameters hwo Handle of the waveform-audio output device. pwh Address of a WAVEHDR structure that identifies the data block to be cleaned up. cbwh Size, in bytes, of the WAVEHDR structure. waveOutWrite The waveOutWrite function sends a data block to the given waveform-audio output device. Function Details MMRESULT waveOutWrite( HWAVEOUT hwo, LPWAVEHDR pwh, UINT cbwh ); Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 315 Basic TAPI Implementation waveOutUnprepareHeader

Page 347 content