⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 excelexport_i.c

📁 方便大家使用这个插件功能 当然应用广泛!
💻 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 Mon Jul 05 10:20:26 2004
 */
/* Compiler settings for C:\Excel\ExcelExport\ExcelExport.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 IID_ICommand = {0x03948063,0x804A,0x4465,{0xA2,0xC5,0x17,0xBB,0x60,0x29,0x0E,0xD3}};


const IID IID_ICommandSubType = {0x664160D8,0x7720,0x4A93,{0xA5,0x40,0x51,0x01,0x72,0x25,0xB1,0x21}};


const IID LIBID_RDINTERFACELib = {0x5BA81B3D,0x6C08,0x4119,{0xB5,0x6F,0x91,0x4C,0x6F,0xD0,0x7D,0x73}};


const CLSID CLSID_Command = {0x6D844BC5,0x2449,0x4129,{0x8F,0xA4,0xE5,0x10,0xB0,0xFF,0xCC,0x00}};


const CLSID CLSID_CommandSubType = {0xCB844620,0x46D2,0x4DBC,{0x83,0x95,0x82,0x9D,0x89,0x09,0x7A,0x59}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -