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

📄 atldice_i.c

📁 控件的相用的实现利用MFC实现相拥的控件
💻 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 Fri Mar 30 19:55:24 2007
 */
/* Compiler settings for F:\VC课程设计\Fund10-控件编写\AtlDice.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_IAtlDiceObj = {0xD72B946A,0x328D,0x49BB,{0xBF,0x35,0xE5,0xC1,0xD3,0x1E,0x90,0x4D}};


const IID LIBID_ATLDICELib = {0x075D4D33,0x0329,0x4340,{0x89,0xCA,0x66,0xDB,0x89,0x7C,0x3F,0xF5}};


const IID DIID__IAtlDiceObjEvents = {0xB7598D2B,0x830C,0x41BE,{0xAB,0x27,0x97,0x65,0xEE,0x34,0x10,0xF2}};


const CLSID CLSID_AtlDiceObj = {0x6E53417D,0x6193,0x436F,{0x8D,0xD1,0x29,0xD2,0x39,0x64,0x3C,0xEA}};


const CLSID CLSID_Atldiceprop = {0x772C9482,0x7C08,0x4BED,{0xAC,0xC8,0x46,0xD6,0x58,0x05,0xA5,0xFD}};


#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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