DEVSPEC.H
资源名称:tapi3.zip [点击查看]
上传用户:chinamans
上传日期:2013-03-17
资源大小:202k
文件大小:0k
源码类别:
TAPI编程
开发平台:
Visual C++
- // A header for Dialogic-specific extensions.
- // All information such as versions, structures, constants etc
- // regarding Dialogic-specific extensions must go here
- // (c) Dialogic corp 1995, 1996
- enum _dxxdevspecrequests
- {
- PLAY_WAVE,
- RECORD_WAVE,
- GENERATE_TONE
- };
- typedef struct _dxxxDevSpec
- {
- DWORD dwCode;
- DWORD dwRecTime;
- BYTE pbData[1];
- } DXXXDEVSPEC, *PDXXXDEVSPEC;