Files
Sun1602/Server/SolarDatabase/sql_Include/DB2Const.h
T
2022-10-26 12:25:11 +08:00

23 lines
749 B
C

#ifndef __DB2_H_
#define __DB2_H_
#define OBJID_TYPELIB_DB2 L"{{341369E7-5268-11d1-BF33-00C04FB6F948},00002AF8}"
#define OBJID_Db2View L"{{341369E7-5268-11d1-BF33-00C04FB6F948},00002AFD}"
#define OBJID_Db2Function L"{{341369E7-5268-11d1-BF33-00C04FB6F948},00002AFE}"
#define DISPID_IDb2View_CheckOptionType 7007
#define IOID_IDb2View L"{{341369E7-5268-11d1-BF33-00C04FB6F948},00002AF9}"
DEFINE_GUID(IID_IDb2View,
0x341369e9, 0x5268, 0x11d1, 0xbf, 0x33, 0x00, 0xc0, 0x4f, 0xb6, 0xf9, 0x48);
#define DISPID_IDb2Function_FunctionType 7008
#define IOID_IDb2Function L"{{341369E7-5268-11d1-BF33-00C04FB6F948},00002AFB}"
DEFINE_GUID(IID_IDb2Function,
0x341369ea, 0x5268, 0x11d1, 0xbf, 0x33, 0x00, 0xc0, 0x4f, 0xb6, 0xf9, 0x48);
#endif // __DB2_H_