📄 atlcontrol_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 3.01.66 */
/* at Sat Feb 01 13:23:04 1997
*/
/* Compiler settings for ATLControl.idl:
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: none
*/
//@@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_IATLControlWin = {0xA19F6963,0x7884,0x11D0,{0xBE,0xF3,0x00,0x40,0x05,0x38,0x97,0x7D}};
const IID IID_IATLControlNoWin = {0xA19F6966,0x7884,0x11D0,{0xBE,0xF3,0x00,0x40,0x05,0x38,0x97,0x7D}};
const IID IID_IATLControlSubWin = {0xA19F6968,0x7884,0x11D0,{0xBE,0xF3,0x00,0x40,0x05,0x38,0x97,0x7D}};
const IID LIBID_ATLCONTROLLib = {0xA19F6957,0x7884,0x11D0,{0xBE,0xF3,0x00,0x40,0x05,0x38,0x97,0x7D}};
const IID DIID__DATLControlWin = {0xC31D4C71,0x7AD7,0x11d0,{0xBE,0xF6,0x00,0x40,0x05,0x38,0x97,0x7D}};
const CLSID CLSID_ATLControlWin = {0xA19F6964,0x7884,0x11D0,{0xBE,0xF3,0x00,0x40,0x05,0x38,0x97,0x7D}};
const CLSID CLSID_ATLControlNoWin = {0xA19F6967,0x7884,0x11D0,{0xBE,0xF3,0x00,0x40,0x05,0x38,0x97,0x7D}};
const CLSID CLSID_ATLControlSubWin = {0xA19F6969,0x7884,0x11D0,{0xBE,0xF3,0x00,0x40,0x05,0x38,0x97,0x7D}};
const CLSID CLSID_ATLControlWinPPG = {0x5EF23B21,0x7A0B,0x11D0,{0xBE,0xF5,0x00,0x40,0x05,0x38,0x97,0x7D}};
#ifdef __cplusplus
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -