server_tlb.cpp

来自「Direct Oracle Access 非常好的Oracle数据库直接访问组」· C++ 代码 · 共 47 行

CPP
47
字号
// ************************************************************************ //
// 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.39  $
// File generated on 02-03-2000 16:34:38 from Type Library described below.

// ************************************************************************ //
// Type Lib: C:\Program Files\Borland\CBuilder5\Projects\DOA Demos\3TierNew\Server.tlb (1)
// IID\LCID: {392CD3E1-F052-11D3-BD38-0020AF0B5A0C}\0
// Helpfile: 
// DepndLst: 
//   (1) v2.0 stdole, (C:\WINDOWS\SYSTEM\STDOLE2.TLB)
//   (2) v4.0 StdVCL, (C:\WINDOWS\SYSTEM\STDVCL40.DLL)
//   (3) v1.0 Midas, (C:\WINDOWS\SYSTEM\MIDAS.DLL)
// ************************************************************************ //

#include <vcl.h>
#pragma hdrstop

#include "Server_TLB.h"

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

namespace Server_tlb
{


// *********************************************************************//
// GUIDS declared in the TypeLibrary                                      
// *********************************************************************//
const GUID LIBID_Server = {0x392CD3E1, 0xF052, 0x11D3,{ 0xBD, 0x38, 0x00, 0x20, 0xAF, 0x0B, 0x5A, 0x0C} };
const GUID IID_IRemoteCPPDM = {0x392CD3E2, 0xF052, 0x11D3,{ 0xBD, 0x38, 0x00, 0x20, 0xAF, 0x0B, 0x5A, 0x0C} };
const GUID CLSID_ServerCPPDM = {0x392CD3E4, 0xF052, 0x11D3,{ 0xBD, 0x38, 0x00, 0x20, 0xAF, 0x0B, 0x5A, 0x0C} };

};     // namespace Server_tlb

⌨️ 快捷键说明

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