home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / smintf.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  1KB  |  45 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) 'SMIntf.pas' rev: 5.00
  6.  
  7. #ifndef SMIntfHPP
  8. #define SMIntfHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <SysInit.hpp>    // Pascal unit
  14. #include <System.hpp>    // Pascal unit
  15.  
  16. //-- user supplied -----------------------------------------------------------
  17.  
  18. namespace Smintf
  19. {
  20. //-- type declarations -------------------------------------------------------
  21. __interface ISMClient;
  22. typedef System::DelphiInterface<ISMClient> _di_ISMClient;
  23. __interface INTERFACE_UUID("{CB9879E1-4395-11D0-9FFC-00A0248E4B9A}") ISMClient  : public IUnknown 
  24. {
  25.     
  26. public:
  27.     virtual Word __stdcall RegisterClient(int ID, char * Name, void * Instance, void * SignalProc) = 0 
  28.         ;
  29.     virtual Word __stdcall AddStatement(char * Statement, int Len) = 0 ;
  30. };
  31.  
  32. //-- var, const, procedure ---------------------------------------------------
  33. extern PACKAGE GUID Class_SMClient;
  34.  
  35. }    /* namespace Smintf */
  36. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  37. using namespace Smintf;
  38. #endif
  39. #pragma option pop    // -w-
  40. #pragma option pop    // -Vx
  41.  
  42. #pragma delphiheader end.
  43. //-- end unit ----------------------------------------------------------------
  44. #endif    // SMIntf
  45.