home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / InternetExpress / InetXCenter / midas_tlb.pas < prev    next >
Pascal/Delphi Source File  |  1999-08-11  |  10KB  |  137 lines

  1. unit Midas_TLB;
  2.  
  3. // ************************************************************************ //
  4. // WARNING                                                                    
  5. // -------                                                                    
  6. // The types declared in this file were generated from data read from a       
  7. // Type Library. If this type library is explicitly or indirectly (via        
  8. // another type library referring to this type library) re-imported, or the   
  9. // 'Refresh' command of the Type Library Editor activated while editing the   
  10. // Type Library, the contents of this file will be regenerated and all        
  11. // manual modifications will be lost.                                         
  12. // ************************************************************************ //
  13.  
  14. // PASTLWTR : $Revision:   1.81  $
  15. // File generated on 7/26/99 9:22:02 AM from Type Library described below.
  16.  
  17. // *************************************************************************//
  18. // NOTE:                                                                      
  19. // Items guarded by $IFDEF_LIVE_SERVER_AT_DESIGN_TIME are used by properties  
  20. // which return objects that may need to be explicitly created via a function 
  21. // call prior to any access via the property. These items have been disabled  
  22. // in order to prevent accidental use from within the object inspector. You   
  23. // may enable them by defining LIVE_SERVER_AT_DESIGN_TIME or by selectively   
  24. // removing them from the $IFDEF blocks. However, such items must still be    
  25. // programmatically created via a method of the appropriate CoClass before    
  26. // they can be used.                                                          
  27. // ************************************************************************ //
  28. // Type Lib: E:\tp\bin\midas.dll (1)
  29. // IID\LCID: {83F57D68-CA9A-11D2-9088-00C04FA35CFA}\0
  30. // Helpfile: 
  31. // DepndLst: 
  32. //   (1) v2.0 stdole, (C:\WINNT\System32\STDOLE2.TLB)
  33. // Parent TypeLibrary:
  34. //   (0) v1.0 rdmINetXCenter, (E:\InetXCenter\rdmInetXCenter.tlb)
  35. // ************************************************************************ //
  36. {$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers. 
  37. interface
  38.  
  39. uses Windows, ActiveX, Classes, Graphics, OleServer, OleCtrls, StdVCL;
  40.  
  41. // *********************************************************************//
  42. // GUIDS declared in the TypeLibrary. Following prefixes are used:        
  43. //   Type Libraries     : LIBID_xxxx                                      
  44. //   CoClasses          : CLASS_xxxx                                      
  45. //   DISPInterfaces     : DIID_xxxx                                       
  46. //   Non-DISP interfaces: IID_xxxx                                        
  47. // *********************************************************************//
  48. const
  49.   // TypeLibrary Major and minor versions
  50.   MidasMajorVersion = 1;
  51.   MidasMinorVersion = 0;
  52.  
  53.   LIBID_Midas: TGUID = '{83F57D68-CA9A-11D2-9088-00C04FA35CFA}';
  54.  
  55.   IID_IAppServer: TGUID = '{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}';
  56. type
  57.  
  58. // *********************************************************************//
  59. // Forward declaration of types defined in TypeLibrary                    
  60. // *********************************************************************//
  61.   IAppServer = interface;
  62.   IAppServerDisp = dispinterface;
  63.  
  64. // *********************************************************************//
  65. // Interface: IAppServer
  66. // Flags:     (4416) Dual OleAutomation Dispatchable
  67. // GUID:      {1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}
  68. // *********************************************************************//
  69.   IAppServer = interface(IDispatch)
  70.     ['{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}']
  71.     function  AS_ApplyUpdates {Flags(1), (6/5) CC:0, INV:1, DBG:6}(const ProviderName: {VT_8:0}WideString; 
  72.                                                                    Delta: {VT_12:0}OleVariant; 
  73.                                                                    MaxErrors: {VT_3:0}Integer; 
  74.                                                                    out ErrorCount: {VT_3:1}Integer; 
  75.                                                                    var OwnerData: {VT_12:1}OleVariant): OleVariant; safecall;
  76.     function  AS_GetRecords {Flags(1), (8/7) CC:0, INV:1, DBG:6}(const ProviderName: {VT_8:0}WideString; 
  77.                                                                  Count: {VT_3:0}Integer; 
  78.                                                                  out RecsOut: {VT_3:1}Integer; 
  79.                                                                  Options: {VT_3:0}Integer; 
  80.                                                                  const CommandText: {VT_8:0}WideString; 
  81.                                                                  var Params: {VT_12:1}OleVariant; 
  82.                                                                  var OwnerData: {VT_12:1}OleVariant): OleVariant; safecall;
  83.     function  AS_DataRequest {Flags(1), (3/2) CC:0, INV:1, DBG:6}(const ProviderName: {VT_8:0}WideString; 
  84.                                                                   Data: {VT_12:0}OleVariant): OleVariant; safecall;
  85.     function  AS_GetProviderNames {Flags(1), (1/0) CC:0, INV:1, DBG:6}: OleVariant; safecall;
  86.     function  AS_GetParams {Flags(1), (3/2) CC:0, INV:1, DBG:6}(const ProviderName: {VT_8:0}WideString; 
  87.                                                                 var OwnerData: {VT_12:1}OleVariant): OleVariant; safecall;
  88.     function  AS_RowRequest {Flags(1), (5/4) CC:0, INV:1, DBG:6}(const ProviderName: {VT_8:0}WideString; 
  89.                                                                  Row: {VT_12:0}OleVariant; 
  90.                                                                  RequestType: {VT_3:0}Integer; 
  91.                                                                  var OwnerData: {VT_12:1}OleVariant): OleVariant; safecall;
  92.     procedure AS_Execute {Flags(1), (4/4) CC:0, INV:1, DBG:6}(const ProviderName: {VT_8:0}WideString; 
  93.                                                               const CommandText: {VT_8:0}WideString; 
  94.                                                               var Params: {VT_12:1}OleVariant; 
  95.                                                               var OwnerData: {VT_12:1}OleVariant); safecall;
  96.   end;
  97.  
  98. // *********************************************************************//
  99. // DispIntf:  IAppServerDisp
  100. // Flags:     (4416) Dual OleAutomation Dispatchable
  101. // GUID:      {1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}
  102. // *********************************************************************//
  103.   IAppServerDisp = dispinterface
  104.     ['{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}']
  105.     function  AS_ApplyUpdates {Flags(2), (6/5) CC:0, INV:1, DBG:4}(const ProviderName: {VT_8:0}WideString; 
  106.                                                                    Delta: {VT_12:0}OleVariant; 
  107.                                                                    MaxErrors: {VT_3:0}Integer; 
  108.                                                                    out ErrorCount: {VT_3:1}Integer; 
  109.                                                                    var OwnerData: {VT_12:1}OleVariant): OleVariant; dispid 20000000;
  110.     function  AS_GetRecords {Flags(2), (8/7) CC:0, INV:1, DBG:4}(const ProviderName: {VT_8:0}WideString; 
  111.                                                                  Count: {VT_3:0}Integer; 
  112.                                                                  out RecsOut: {VT_3:1}Integer; 
  113.                                                                  Options: {VT_3:0}Integer; 
  114.                                                                  const CommandText: {VT_8:0}WideString; 
  115.                                                                  var Params: {VT_12:1}OleVariant; 
  116.                                                                  var OwnerData: {VT_12:1}OleVariant): OleVariant; dispid 20000001;
  117.     function  AS_DataRequest {Flags(2), (3/2) CC:0, INV:1, DBG:4}(const ProviderName: {VT_8:0}WideString; 
  118.                                                                   Data: {VT_12:0}OleVariant): OleVariant; dispid 20000002;
  119.     function  AS_GetProviderNames {Flags(2), (1/0) CC:0, INV:1, DBG:4}: OleVariant; dispid 20000003;
  120.     function  AS_GetParams {Flags(2), (3/2) CC:0, INV:1, DBG:4}(const ProviderName: {VT_8:0}WideString; 
  121.                                                                 var OwnerData: {VT_12:1}OleVariant): OleVariant; dispid 20000004;
  122.     function  AS_RowRequest {Flags(2), (5/4) CC:0, INV:1, DBG:4}(const ProviderName: {VT_8:0}WideString; 
  123.                                                                  Row: {VT_12:0}OleVariant; 
  124.                                                                  RequestType: {VT_3:0}Integer; 
  125.                                                                  var OwnerData: {VT_12:1}OleVariant): OleVariant; dispid 20000005;
  126.     procedure AS_Execute {Flags(2), (4/4) CC:0, INV:1, DBG:4}(const ProviderName: {VT_8:0}WideString; 
  127.                                                               const CommandText: {VT_8:0}WideString; 
  128.                                                               var Params: {VT_12:1}OleVariant; 
  129.                                                               var OwnerData: {VT_12:1}OleVariant); dispid 20000006;
  130.   end;
  131.  
  132. implementation
  133.  
  134. uses ComObj;
  135.  
  136. end.
  137.