comserver_tlb.cpp

来自「<<C++Builder 6实用编程100例>>随书光盘」· C++ 代码 · 共 48 行

CPP
48
字号
// ************************************************************************ //
// 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.151.1.0.1.27  $
// File generated on 2004-3-15 0:15:17 from Type Library described below.

// ************************************************************************  //
// Type Lib: D:\sample\sample100\server\ComServer.tlb (1)
// LIBID: {80A67842-A739-412A-87D8-7D96BBCC36D8}
// LCID: 0
// Helpfile: 
// HelpString: ComServer Library
// DepndLst: 
//   (1) v2.0 stdole, (C:\WINDOWS\System32\Stdole2.tlb)
// ************************************************************************ //

#include <vcl.h>
#pragma hdrstop

#include "ComServer_TLB.h"

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

namespace Comserver_tlb
{


// *********************************************************************//
// GUIDS declared in the TypeLibrary                                      
// *********************************************************************//
//*********************************************************************//
// NOTE: This file is no longer used. GUIDS previously defined in this 
// file are now defined in the header itself, using __declspec(selectany).
//********************************************************************//

};     // namespace Comserver_tlb

⌨️ 快捷键说明

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