Intel 05-1832-002 User Manual

Page of 564
Voice API for Windows Operating Systems Library Reference — November 2003
35
2
2.
Function Information
This chapter provides an alphabetical reference to the functions in the voice library. 
2.1
Function Syntax Conventions
The voice functions use the following syntax:
data_type voice_function(device_handle, parameter1, ... parameterN)
where:
data type 
refers to the data type, such as integer, long or void
voice_function 
represents the function name. Typically, voice functions begin with “dx” although there are 
exceptions. Extended attribute functions begin with “ATDX.”
device_handle 
represents the device handle, which is a numerical reference to a device, obtained when a 
device is opened. The device handle is used for all operations on that device.
parameter1 
represents the first parameter
parameterN 
represents the last parameter