⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dll_tlb.cpp

📁 这个是调用com组件自动调用,可以动态调用com组件
💻 CPP
字号:
// ************************************************************************ //
// 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 2006-12-26 15:41:29 from Type Library described below.

// ************************************************************************ //
// Type Lib: C:\Inetpub\wwwroot\uf\dll\dll.tlb (1)
// IID\LCID: {A0675C03-A65D-4C14-A240-47F396253E22}\0
// Helpfile: 
// DepndLst: 
//   (1) v2.0 stdole, (C:\WINDOWS\system32\STDOLE2.TLB)
//   (2) v4.0 StdVCL, (C:\WINDOWS\system32\STDVCL40.DLL)
// ************************************************************************ //

#include <vcl.h>
#pragma hdrstop

#include "dll_TLB.h"

#if !defined(__PRAGMA_PACKAGE_SMART_INIT)
#define      __PRAGMA_PACKAGE_SMART_INIT
#pragma package(smart_init)
#endif

namespace Dll_tlb
{


// *********************************************************************//
// GUIDS declared in the TypeLibrary                                      
// *********************************************************************//
const GUID LIBID_dll = {0xA0675C03, 0xA65D, 0x4C14,{ 0xA2, 0x40, 0x47, 0xF3, 0x96, 0x25, 0x3E, 0x22} };
const GUID IID_IComDll = {0x27EB1D40, 0xA519, 0x4903,{ 0xA5, 0x8F, 0xCC, 0xAC, 0xC7, 0xB6, 0xDC, 0xD3} };
const GUID CLSID_ComDll = {0xF50CC39C, 0x3121, 0x49A2,{ 0x97, 0xFF, 0x33, 0x96, 0x63, 0x13, 0x93, 0x34} };

};     // namespace Dll_tlb

⌨️ 快捷键说明

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