comprodll_tlb.cpp
来自「C++Builder高级应用开发指南随书源码」· C++ 代码 · 共 46 行
CPP
46 行
// ************************************************************************ //
// WARNING
// -------
// The types declared in this file were generated from data read from a
// Type Library. If this type library is explicitly or indirectly (via
// another type library referring to this type library) re-imported, or the
// 'Refresh' command of the Type Library Editor activated while editing the
// Type Library, the contents of this file will be regenerated and all
// manual modifications will be lost.
// ************************************************************************ //
// C++ TLBWRTR : $Revision: 1.134.1.41 $
// File generated on 2001-9-18 15:07:44 from Type Library described below.
// ************************************************************************ //
// Type Lib: C:\Samples\COM\COM+ Dll\ComProDll.tlb (1)
// IID\LCID: {EBA51D19-5CB1-48F5-8AD8-A2193FBEC369}\0
// Helpfile:
// DepndLst:
// (1) v2.0 stdole, (E:\WINNT\System32\stdole2.tlb)
// (2) v4.0 StdVCL, (E:\WINNT\System32\STDVCL40.DLL)
// ************************************************************************ //
#include <vcl.h>
#pragma hdrstop
#include "ComProDll_TLB.h"
#if !defined(__PRAGMA_PACKAGE_SMART_INIT)
#define __PRAGMA_PACKAGE_SMART_INIT
#pragma package(smart_init)
#endif
namespace Comprodll_tlb
{
// *********************************************************************//
// GUIDS declared in the TypeLibrary
// *********************************************************************//
const GUID LIBID_ComProDll = {0xEBA51D19, 0x5CB1, 0x48F5,{ 0x8A, 0xD8, 0xA2, 0x19, 0x3F, 0xBE, 0xC3, 0x69} };
const GUID IID_IMyComProObj = {0xDB39BCAF, 0x82AF, 0x4818,{ 0xA4, 0xC3, 0x24, 0xB1, 0xEF, 0xFB, 0x5A, 0xFA} };
const GUID CLSID_MyComProObj = {0xBB6F46EF, 0x3803, 0x4292,{ 0x86, 0x0E, 0x68, 0x54, 0xF9, 0xCB, 0x57, 0x70} };
}; // namespace Comprodll_tlb
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?