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