📄 threaddemo_tlb.h
字号:
// ************************************************************************ //
// 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 13/08/2003 15:28:07 from Type Library described below.
// ************************************************************************ //
// Type Lib: E:\BCB6Projects\CDemo7\ThreadDemo.tlb (1)
// LIBID: {63F0D4D0-A2D7-4EA7-9E37-5567499277D1}
// LCID: 0
// Helpfile:
// HelpString: ThreadDemo Library
// DepndLst:
// (1) v2.0 stdole, (D:\WINDOWS\System32\Stdole2.tlb)
// ************************************************************************ //
#ifndef ThreadDemo_TLBH
#define ThreadDemo_TLBH
#pragma option push -b -w-inl
#include <utilcls.h>
#if !defined(__UTILCLS_H_VERSION) || (__UTILCLS_H_VERSION < 0x0600)
//
// The code generated by the TLIBIMP utility or the Import|TypeLibrary
// and Import|ActiveX feature of C++Builder rely on specific versions of
// the header file UTILCLS.H found in the INCLUDE\VCL directory. If an
// older version of the file is detected, you probably need an update/patch.
//
#error "This file requires a newer version of the header UTILCLS.H" \
"You need to apply an update/patch to your copy of C++Builder"
#endif
#include <olectl.h>
#include <ocidl.h>
#if defined(USING_ATLVCL) || defined(USING_ATL)
#if !defined(__TLB_NO_EVENT_WRAPPERS)
#include <atl/atlmod.h>
#endif
#endif
// *********************************************************************//
// Forward reference of some VCL types (to avoid including STDVCL.HPP)
// *********************************************************************//
namespace Stdvcl {class IStrings; class IStringsDisp;}
using namespace Stdvcl;
typedef TComInterface<IStrings> IStringsPtr;
typedef TComInterface<IStringsDisp> IStringsDispPtr;
namespace Threaddemo_tlb
{
// *********************************************************************//
// HelpString: ThreadDemo Library
// Version: 1.0
// *********************************************************************//
// *********************************************************************//
// GUIDS declared in the TypeLibrary. Following prefixes are used:
// Type Libraries : LIBID_xxxx
// CoClasses : CLSID_xxxx
// DISPInterfaces : DIID_xxxx
// Non-DISP interfaces: IID_xxxx
// *********************************************************************//
extern "C" const __declspec(selectany) GUID LIBID_ThreadDemo = {0x63F0D4D0, 0xA2D7, 0x4EA7,{ 0x9E, 0x37, 0x55,0x67, 0x49, 0x92,0x77, 0xD1} };
}; // namespace Threaddemo_tlb
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Threaddemo_tlb;
#endif
#pragma option pop
#endif // ThreadDemo_TLBH
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -