📄 addplug_i.c
字号:
/* 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 Thu Apr 26 14:38:09 2007
*/
/* Compiler settings for G:\VC\VC经验技巧宝典\程序\向VC开发环境中添加插件\AddPlug\AddPlug.odl:
Os (OptLev=s), 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_AddPlug = {0x773C237F,0x4F2D,0x4B57,{0xB7,0x9E,0x9C,0x1A,0x06,0xD9,0x02,0x81}};
const IID IID_ICommands = {0xF1CB90FF,0x1118,0x4F4F,{0x81,0x76,0xB4,0x3F,0xAC,0xF5,0x00,0x80}};
const CLSID CLSID_Commands = {0x50626972,0xC8C7,0x44B2,{0xB9,0x3A,0xF7,0x6A,0xC5,0x7F,0x56,0x6D}};
const CLSID CLSID_ApplicationEvents = {0xD3131329,0xEE72,0x4903,{0xBE,0x95,0x50,0x45,0x7C,0xD8,0xED,0x7E}};
const CLSID CLSID_DebuggerEvents = {0x917612E4,0xF6B9,0x4967,{0xB4,0xAC,0x91,0x4F,0x06,0x68,0xC8,0x36}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -