📄 empsrvr_tlb.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.
// *************************************************************************//
// NOTE:
// Items guarded by $IFDEF_LIVE_SERVER_AT_DESIGN_TIME are used by properties
// which return objects that may need to be explicitly created via a function
// call prior to any access via the property. These items have been disabled
// in order to prevent accidental use from within the object inspector. You
// may enable them by defining LIVE_SERVER_AT_DESIGN_TIME or by selectively
// removing them from the $IFDEF blocks. However, such items must still be
// programmatically created via a method of the appropriate CoClass before
// they can be used.
// ************************************************************************ //
// Type Lib: EmpSrvr.tlb (1)
// IID\LCID: {090EB200-07D6-4E77-9478-8B0A45A7A6BB}\0
// Helpfile:
// DepndLst:
// (1) v2.0 stdole, (C:\WIN2K\System32\STDOLE2.TLB)
// (2) v4.0 StdVCL, (C:\WIN2K\System32\STDVCL40.DLL)
// (3) v1.0 Midas, (C:\WIN2K\System32\midas.dll)
// ************************************************************************ //
#include <vcl.h>
#pragma hdrstop
#include "EmpSrvr_TLB.h"
#if !defined(__PRAGMA_PACKAGE_SMART_INIT)
#define __PRAGMA_PACKAGE_SMART_INIT
#pragma package(smart_init)
#endif
namespace Empsrvr_tlb
{
// *********************************************************************//
// GUIDS declared in the TypeLibrary
// *********************************************************************//
const GUID LIBID_EmpSrvr = {0x090EB200, 0x07D6, 0x4E77,{ 0x94, 0x78, 0x8B, 0x0A, 0x45, 0xA7, 0xA6, 0xBB} };
const GUID IID_IEmpServer_BCB = {0x74147FC5, 0x21C8, 0x4EAB,{ 0x86, 0x52, 0xCE, 0x77, 0xE3, 0xFC, 0xDE, 0xC7} };
const GUID CLSID_EmpServer_BCB = {0x629125E8, 0xA68C, 0x4E6E,{ 0x83, 0x57, 0xDA, 0x13, 0x90, 0x70, 0xA3, 0x20} };
}; // namespace Empsrvr_tlb
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -