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

📄 myfirstctrl_i.c

📁 《Windows CE 权威指南》(作者:(美)CHRIS MUENCH
💻 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 Sun Nov 07 22:41:59 1999
 */
/* Compiler settings for MyFirstCtrl.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_IHexConv = {0xBFBEE2BD,0xC1BF,0x4137,{0x89,0x14,0x63,0x0B,0x04,0x0C,0x4E,0x98}};


const IID LIBID_MYFIRSTCTRLLib = {0x69DAD386,0xD1AB,0x4A0C,{0xB7,0x52,0xEB,0x3D,0x57,0x20,0x00,0x4D}};


const IID DIID__IHexConvEvents = {0xC0DE30C2,0xBCB2,0x424B,{0xA1,0xBE,0xEE,0x2C,0x80,0xE8,0xCF,0x1D}};


const CLSID CLSID_HexConv = {0xE8DB82FB,0x9EEE,0x4F2E,{0x83,0x35,0x22,0x53,0x69,0xFE,0xBF,0x49}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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