home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / cpl.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  1KB  |  54 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) 'CPL.pas' rev: 5.00
  6.  
  7. #ifndef CPLHPP
  8. #define CPLHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <Windows.hpp>    // Pascal unit
  14. #include <Messages.hpp>    // Pascal unit
  15. #include <SysInit.hpp>    // Pascal unit
  16. #include <System.hpp>    // Pascal unit
  17.  
  18. //-- user supplied -----------------------------------------------------------
  19. #include <cpl.h>
  20.  
  21. namespace Cpl
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. typedef int __stdcall (*TCPLApplet)(unsigned hwndCPl, unsigned uMsg, int lParam1, int lParam2);
  25.  
  26. typedef tagCPLINFO *PCPLInfo;
  27.  
  28. typedef tagCPLINFO  TCPLInfo;
  29.  
  30. typedef tagNEWCPLINFOA *PNewCPLInfoA;
  31.  
  32. typedef tagNEWCPLINFOW *PNewCPLInfoW;
  33.  
  34. typedef tagNEWCPLINFOA *PNewCPLInfo;
  35.  
  36. typedef tagNEWCPLINFOA  TNewCPLInfoA;
  37.  
  38. typedef tagNEWCPLINFOW  TNewCPLInfoW;
  39.  
  40. typedef tagNEWCPLINFOA  TNewCPLInfo;
  41.  
  42. //-- var, const, procedure ---------------------------------------------------
  43.  
  44. }    /* namespace Cpl */
  45. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  46. using namespace Cpl;
  47. #endif
  48. #pragma option pop    // -w-
  49. #pragma option pop    // -Vx
  50.  
  51. #pragma delphiheader end.
  52. //-- end unit ----------------------------------------------------------------
  53. #endif    // CPL
  54.