/native/external/espeak/platforms/windows/windows_sapi/TtsEng_i.c
C | 47 lines | 22 code | 14 blank | 11 comment | 0 complexity | 8424e88748cac6f1180cb4cec5c6cbb9 MD5 | raw file
1/* this file contains the actual definitions of */ 2/* the IIDs and CLSIDs */ 3 4/* link this file in with the server and any clients */ 5 6 7/* File created by MIDL compiler version 5.01.0164 */ 8/* at Sat Dec 16 21:19:27 2006 9 */ 10/* Compiler settings for C:\Program Files\Microsoft Speech SDK 5.1\Samples\CPP\Engines\TTS\TtsEng.idl: 11 Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext 12 error checks: allocation ref bounds_check enum stub_data 13*/ 14//@@MIDL_FILE_HEADING( ) 15#ifdef __cplusplus 16extern "C"{ 17#endif 18 19 20#ifndef __IID_DEFINED__ 21#define __IID_DEFINED__ 22 23typedef struct _IID 24{ 25 unsigned long x; 26 unsigned short s1; 27 unsigned short s2; 28 unsigned char c[8]; 29} IID; 30 31#endif // __IID_DEFINED__ 32 33#ifndef CLSID_DEFINED 34#define CLSID_DEFINED 35typedef IID CLSID; 36#endif // CLSID_DEFINED 37 38const IID LIBID_SAMPLETTSENGLib = {0x7192AA2F,0xF759,0x43e9,{0x91,0xE7,0x22,0x63,0x71,0xEF,0x6B,0x2F}}; 39 40 41const CLSID CLSID_SampleTTSEngine = {0xBE985C8D,0xBE32,0x4A22,{0xAA,0x93,0x55,0xC1,0x6A,0x6D,0x1D,0x91}}; 42 43 44#ifdef __cplusplus 45} 46#endif 47