mymqcom_i.c

来自「对列表中的图片的浏览,可以进行上下翻页,可以装载jpg的图片」· 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 Mon Oct 04 15:17:07 2004
 */
/* Compiler settings for D:\bmyMQ\jopl\myMQ1.0\myMQ.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_jopl_sample = {0x25C5A860,0xD771,0x4461,{0xAB,0xB8,0x6F,0x94,0xFF,0xD3,0xC7,0x79}};


const IID IID_ImyMQ = {0xC54F7FC1,0xD51F,0x441D,{0x86,0xB8,0x2E,0x63,0xDE,0x3D,0xB4,0x65}};


const IID DIID_ImyMQEvents = {0xA9599DB7,0x75B0,0x4DA6,{0x91,0x75,0x0F,0x8A,0x36,0xBB,0x8D,0xA2}};


const CLSID CLSID_myMQ = {0x439C9F27,0x1EDD,0x4969,{0x99,0xCE,0xCB,0x17,0xC3,0xC6,0xFB,0x79}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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