Files
2022-10-26 12:25:11 +08:00

18 lines
481 B
C

#ifndef __SQL_H_
#define __SQL_H_
#define OBJID_TYPELIB_SQL L"{{3918821F-F894-11d0-8E76-00A0C905A4DB},00001F40}"
#define OBJID_SQLIndex L"{{3918821F-F894-11d0-8E76-00A0C905A4DB},00001F44}"
#define DISPID_ISQLIndex_DuplicateKey 8002
#define DISPID_ISQLIndex_DuplicateRow 8003
#define IOID_ISQLIndex L"{{3918821F-F894-11d0-8E76-00A0C905A4DB},00001F41}"
DEFINE_GUID(IID_ISQLIndex,
0x39188221, 0xf894, 0x11d0, 0x8e, 0x76, 0x00, 0xa0, 0xc9, 0x05, 0xa4, 0xdb);
#endif // __SQL_H_