home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / midas.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  3KB  |  68 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Midas.pas' rev: 5.00
  6.  
  7. #ifndef MidasHPP
  8. #define MidasHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <ActiveX.hpp>    // Pascal unit
  14. #include <SysInit.hpp>    // Pascal unit
  15. #include <System.hpp>    // Pascal unit
  16.  
  17. //-- user supplied -----------------------------------------------------------
  18.  
  19. namespace Midas
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. __interface IAppServer;
  23. typedef System::DelphiInterface<IAppServer> _di_IAppServer;
  24. __interface INTERFACE_UUID("{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}") IAppServer  : public IDispatch 
  25.     
  26. {
  27.     
  28. public:
  29.     virtual HRESULT __safecall AS_ApplyUpdates(const WideString ProviderName, const OleVariant Delta, int 
  30.         MaxErrors, /* out */ int &ErrorCount, OleVariant &OwnerData, OleVariant &AS_ApplyUpdates_result) = 0 
  31.         ;
  32.     virtual HRESULT __safecall AS_GetRecords(const WideString ProviderName, int Count, /* out */ int &RecsOut
  33.         , int Options, const WideString CommandText, OleVariant &Params, OleVariant &OwnerData, OleVariant &AS_GetRecords_result
  34.         ) = 0 ;
  35.     virtual HRESULT __safecall AS_DataRequest(const WideString ProviderName, const OleVariant Data, OleVariant &AS_DataRequest_result
  36.         ) = 0 ;
  37.     virtual HRESULT __safecall AS_GetProviderNames(OleVariant &AS_GetProviderNames_result) = 0 ;
  38.     virtual HRESULT __safecall AS_GetParams(const WideString ProviderName, OleVariant &OwnerData, OleVariant &AS_GetParams_result
  39.         ) = 0 ;
  40.     virtual HRESULT __safecall AS_RowRequest(const WideString ProviderName, const OleVariant Row, int RequestType
  41.         , OleVariant &OwnerData, OleVariant &AS_RowRequest_result) = 0 ;
  42.     virtual HRESULT __safecall AS_Execute(const WideString ProviderName, const WideString CommandText, 
  43.         OleVariant &Params, OleVariant &OwnerData) = 0 ;
  44. };
  45.  
  46. __dispinterface IAppServerDisp;
  47. typedef System::DelphiInterface<IAppServerDisp> _di_IAppServerDisp;
  48. __dispinterface INTERFACE_UUID("{1AEFCC20-7A24-11D2-98B0-C69BEB4B5B6D}") IAppServerDisp  : public IDispatch 
  49.     
  50. {
  51.     
  52. };
  53.  
  54. //-- var, const, procedure ---------------------------------------------------
  55. extern PACKAGE GUID LIBID_Midas;
  56. extern PACKAGE GUID IID_IAppServer;
  57.  
  58. }    /* namespace Midas */
  59. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  60. using namespace Midas;
  61. #endif
  62. #pragma option pop    // -w-
  63. #pragma option pop    // -Vx
  64.  
  65. #pragma delphiheader end.
  66. //-- end unit ----------------------------------------------------------------
  67. #endif    // Midas
  68.