vcfnewclasswiz_i.c
来自「这是VCF框架的代码」· C语言 代码 · 共 54 行
C
54 行
/* 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 May 03 20:12:55 2006
*/
/* Compiler settings for f:\code\vcfdev\stable\vcf\build\vc60\add-ins\VCFNewClassWiz\VCFNewClassWiz.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 LIBID_VCFNEWCLASSWIZLib = {0xc29b2483,0x13bc,0x4ac3,{0xa4,0x8d,0x3e,0x14,0x52,0x8c,0xc3,0xe0}};
const IID IID_ICommands = {0x8a71b15c,0x3e59,0x4b00,{0x90,0xb3,0x19,0x18,0xeb,0x03,0x3a,0x04}};
const CLSID CLSID_Commands = {0x35145f45,0x39a4,0x4381,{0x92,0xa4,0x9a,0x0d,0xeb,0xd0,0xaa,0xac}};
const CLSID CLSID_VCFNewClassWiz = {0x488146ca,0x4461,0x465c,{0xbe,0x69,0x72,0x11,0x18,0x5f,0xa3,0x08}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?