?? atldice_i.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 + -