McDewey

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

Page 343

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

Parameters hwi Handle of the waveform-audio input device. pwh Address of a WAVEHDR structure that identifies the buffer to be cleaned up. cbwh Size, in bytes, of the WAVEHDR structure. waveOutClose The waveOutClose function closes the given waveform-audio output device. Function Details MMRESULT waveOutClose( HWAVEOUT hwo ); Parameter hwo Handle of the waveform-audio output device. If the function succeeds, the handle no longer remains valid after this call. waveOutGetDevCaps The waveOutGetDevCaps function retrieves the capabilities of a given waveform-audio output device. Function Details MMRESULT waveOutGetDevCaps( UINT uDeviceID, LPWAVEOUTCAPS pwoc, UINT cbwoc ); Parameters uDeviceID Identifier of the waveform-audio output device. It can be either a device identifier or a handle of an open waveform-audio output device. pwoc Address of a WAVEOUTCAPS structure that is to be filled with information about the capabilities of the device. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 311 Basic TAPI Implementation waveOutClose

Page 343 content