📄 sqlconst.h
字号:
#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_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -