📄 bvtcg2kappid.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -