tabbars_i.c

来自「TabBars的开源源码」· C语言 代码 · 共 97 行

C
97
字号


/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */

/* link this file in with the server and any clients */


 /* File created by MIDL compiler version 6.00.0361 */
/* at Thu Feb 12 10:35:07 2004
 */
/* Compiler settings for E:\Code\TabBars\source\TabBars.odl:
    Oicf, W1, Zp8, env=Win32 (32b run)
    protocol : dce , ms_ext, c_ext, robust
    error checks: allocation ref bounds_check enum stub_data 
    VC __declspec() decoration level: 
         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
         DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING(  )

#if !defined(_M_IA64) && !defined(_M_AMD64)


#pragma warning( disable: 4049 )  /* more than 64k source lines */


#ifdef __cplusplus
extern "C"{
#endif 


#include <rpc.h>
#include <rpcndr.h>

#ifdef _MIDL_USE_GUIDDEF_

#ifndef INITGUID
#define INITGUID
#include <guiddef.h>
#undef INITGUID
#else
#include <guiddef.h>
#endif

#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
        DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)

#else // !_MIDL_USE_GUIDDEF_

#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

#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
        const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}

#endif !_MIDL_USE_GUIDDEF_

MIDL_DEFINE_GUID(IID, LIBID_TabBars,0x633BF123,0x72D5,0x4C79,0xB1,0xDD,0x5E,0xF8,0x66,0x87,0xF4,0x0C);


MIDL_DEFINE_GUID(IID, IID_ICommands,0x5CBBEA83,0x4F92,0x4A70,0x93,0x78,0xCB,0x52,0x17,0x45,0x2A,0x2B);


MIDL_DEFINE_GUID(CLSID, CLSID_Commands,0xD68C7275,0xE6A6,0x44DB,0x98,0xCD,0xB7,0xA7,0x06,0xBE,0x4A,0x58);


MIDL_DEFINE_GUID(CLSID, CLSID_ApplicationEvents,0x857A7467,0x5B2B,0x416F,0xB0,0x11,0x19,0x72,0x04,0x1B,0xD2,0xF4);


MIDL_DEFINE_GUID(CLSID, CLSID_DebuggerEvents,0x65BDAF3F,0xC46C,0x4F21,0xA2,0x5A,0x77,0x5C,0xCF,0x24,0x2F,0x6E);

#undef MIDL_DEFINE_GUID

#ifdef __cplusplus
}
#endif



#endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/

⌨️ 快捷键说明

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