bvtcg2kappid.h

来自「电视字幕卡调用DLL模块」· C头文件 代码 · 共 42 行

H
42
字号
#if !defined	_CLSID_BvtCg2kApp 
#define			_CLSID_BvtCg2kApp

#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
// Note: we add support for IID_IBvtCg2kIf to support typesafe binding
//  from VBA.  This IID must match the GUID that is attached to the 
//  dispinterface in the .ODL file.

// {1919D3A4-0312-11D6-BF2A-0090279C5D64}
static const IID IID_IBvtCg2kSrv =
{ 0x1919d3a4, 0x312, 0x11d6, { 0xbf, 0x2a, 0x00, 0x90, 0x27, 0x9c, 0x5d, 0x64 } };

static const IID IID_IBvtCg2kIf = 
{0x1b290ed1, 0x03d6, 0x11d6, { 0xbf, 0x2b, 0x00, 0x90, 0x27, 0x9c, 0x5d, 0x64}};

#ifdef __cplusplus
}
#endif 


#endif

⌨️ 快捷键说明

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