oraclecom_i.c
来自「Oracle OCI 应用」· C语言 代码 · 共 51 行
C
51 行
/* 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 Wed Sep 20 21:36:48 2006
*/
/* Compiler settings for D:\工作目录\上海电信114\数据库访问\OracleCom\OracleCom.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 IID_IClsAdoOperater = {0x80E80983,0x1131,0x4D88,{0x9F,0xC8,0xA3,0x9F,0xBD,0x46,0xA2,0x3F}};
const IID LIBID_ORACLECOMLib = {0xBF7B10DF,0xF8D1,0x4F2B,{0x90,0x19,0x5C,0xC4,0x8A,0xD8,0x93,0x3D}};
const CLSID CLSID_ClsAdoOperater = {0x05D48C4D,0x4D5C,0x46CE,{0xB3,0xF3,0x99,0x91,0xA7,0xAB,0x7F,0x25}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?