Pattern_i.c
上传用户:chinamans
上传日期:2016-04-11
资源大小:14485k
文件大小:1k
- /* this file contains the actual definitions of */
- /* the IIDs and CLSIDs */
- /* link this file in with the server and any clients */
- /* File created by MIDL compiler version 5.01.0164 */
- /* at Sat Oct 05 08:07:35 2002
- */
- /* Compiler settings for D:Document模式识别与人工智能-写书各个实例字符识别字符识别源程序Pattern.idl:
- Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
- error checks: allocation ref bounds_check enum stub_data
- */
- //@@MIDL_FILE_HEADING( )
- #ifdef __cplusplus
- extern "C"{
- #endif
- #ifndef __IID_DEFINED__
- #define __IID_DEFINED__
- typedef struct _IID
- {
- unsigned long x;
- unsigned short s1;
- unsigned short s2;
- unsigned char c[8];
- } IID;
- #endif // __IID_DEFINED__
- #ifndef CLSID_DEFINED
- #define CLSID_DEFINED
- typedef IID CLSID;
- #endif // CLSID_DEFINED
- const IID LIBID_PatternLib = {0xF4CE362B,0x9814,0x4450,{0x85,0xD7,0x76,0x2E,0xD2,0xE8,0xFE,0x42}};
- #ifdef __cplusplus
- }
- #endif