Home > Back-end >  Given tlbpas calls
Given tlbpas calls

Time:09-19

The unit ulesignature_TLB;

//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//WARNING
//-- -- -- -- -- -- --
//The types declared in this file were generated from The data read from a
//the 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
//the Type Library, the contents of this file will be regenerated and all
//manual modifications will be lost.
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//

//PASTLWTR: 1.2
//File generated on the 2017-07-13 15:54:01 from a Type Library described below.

//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//Type Lib: D: \ wyf \ I mailed program \ \ API \ 1 \ ulesignature TLB (1)
//LIBID: f9 {c7d F0A6FD00-0540-3-80-69689 addf5f2}
//LCID: 0
//Helpfile:
//HelpString:
//DepndLst:
V2.0 stdole//(1), (C: \ Windows \ system32 \ stdole2 TLB)
//(2) v2.4 mscorlib, (C:\Windows\Microsoft.NET \ Framework \ v4.0.30319 \ mscorlib TLB)
//Errors:
//the Error creating the palette bitmap of (THmacmd5) : Server mscoree. DLL contains no ICONS
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//NOTE:
//the Items guarded by $IFDEF_LIVE_SERVER_AT_DESIGN_TIME are 2 by the properties
//which return objects that may need to be explicitly created via a function
//call the prior to any access via the property. These items have had been disabled
//in order to prevent accidental use the from within the object inspector. You
//may enable them by defining LIVE_SERVER_AT_DESIGN_TIME or by selectively
//o them from the $IFDEF blocks. Or, to the items must still be
//programmatically created via a method of the appropriate CoClass before
//they can be 2.
{$TYPEDADDRESS OFF}//Unit must be compiled with type - checked Pointers.
{$WARN SYMBOL_PLATFORM OFF}
{$WRITEABLECONST ON}
{$VARPROPSETTER ON}
Interface

USES Windows, ActiveX, Classes, Graphics, mscorlib_TLB, OleServer, StdVCL, Variants;



//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//GUIDS declared in the TypeLibrary. Following prefixes are 2:
//the Type Libraries: LIBID_xxxx
//CoClasses: CLASS_xxxx
//DISPInterfaces: DIID_xxxx
//Non - DISP interfaces: IID_xxxx
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
Const
//TypeLibrary Major and minor versions
UlesignatureMajorVersion=1;
UlesignatureMinorVersion=0;

LIBID_ulesignature: TGUID='f9 {c7d F0A6FD00-0540-3-80-69689 addf5f2}';

IID__Hmacmd5: TGUID='{9 f4c d6249f3-5-34 d9-8512 - BB23811620C0}';
CLASS_Hmacmd5: TGUID='{A83AAF21 F5A8-3 f52 - A034-2 b94e13af4ab}';
Type

//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//the Forward declaration of types defined in TypeLibrary
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
_Hmacmd5=interface;
_Hmacmd5Disp=dispinterface;

//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//Declaration of CoClasses defined in the Type Library
//(NOTE: Here we map the each CoClass to its Default Interface)
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
Hmacmd5=_Hmacmd5;


//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//Interface: _Hmacmd5
//Flags: (4432) Hidden Dual OleAutomation Dispatchable
//GUID: {9 f4c d6249f3-5-34 d9-8512 - BB23811620C0}
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
_Hmacmd5=interface (IDispatch)
[' {9 f4c d6249f3-5-34 d9-8512 - BB23811620C0} ']
end;

//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *//
//DispIntf: _Hmacmd5Disp
//Flags: (4432) Hidden Dual OleAutomation Dispatchable
//GUID: {9 f4c d6249f3-5-34 d9-8512 - BB23811620C0}
nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related