home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / Vcl / COMMDLG.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  2.6 KB  |  123 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) 'CommDlg.pas' rev: 4.00
  6.  
  7. #ifndef CommDlgHPP
  8. #define CommDlgHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #include <Messages.hpp>    // Pascal unit
  13. #include <Windows.hpp>    // Pascal unit
  14. #include <SysInit.hpp>    // Pascal unit
  15. #include <System.hpp>    // Pascal unit
  16.  
  17. //-- user supplied -----------------------------------------------------------
  18. #include <commdlg.h>
  19.  
  20. namespace Commdlg
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. typedef tagOFNA *POpenFilenameA;
  24.  
  25. typedef tagOFNW *POpenFilenameW;
  26.  
  27. typedef tagOFNA *POpenFilename;
  28.  
  29. typedef tagOFNA  TOpenFilenameA;
  30.  
  31. typedef tagOFNW  TOpenFilenameW;
  32.  
  33. typedef tagOFNA  TOpenFilename;
  34.  
  35. typedef _OFNOTIFYA *POFNotifyA;
  36.  
  37. typedef _OFNOTIFYW *POFNotifyW;
  38.  
  39. typedef _OFNOTIFYA *POFNotify;
  40.  
  41. typedef _OFNOTIFYA  TOFNotifyA;
  42.  
  43. typedef _OFNOTIFYW  TOFNotifyW;
  44.  
  45. typedef _OFNOTIFYA  TOFNotify;
  46.  
  47. typedef tagCHOOSECOLORA *PChooseColorA;
  48.  
  49. typedef tagCHOOSECOLORW *PChooseColorW;
  50.  
  51. typedef tagCHOOSECOLORA *PChooseColor;
  52.  
  53. typedef tagCHOOSECOLORA  TChooseColorA;
  54.  
  55. typedef tagCHOOSECOLORW  TChooseColorW;
  56.  
  57. typedef tagCHOOSECOLORA  TChooseColor;
  58.  
  59. typedef tagFINDREPLACEA *PFindReplaceA;
  60.  
  61. typedef tagFINDREPLACEW *PFindReplaceW;
  62.  
  63. typedef tagFINDREPLACEA *PFindReplace;
  64.  
  65. typedef tagFINDREPLACEA  TFindReplaceA;
  66.  
  67. typedef tagFINDREPLACEW  TFindReplaceW;
  68.  
  69. typedef tagFINDREPLACEA  TFindReplace;
  70.  
  71. typedef tagCHOOSEFONTA *PChooseFontA;
  72.  
  73. typedef tagCHOOSEFONTW *PChooseFontW;
  74.  
  75. typedef tagCHOOSEFONTA *PChooseFont;
  76.  
  77. typedef tagCHOOSEFONTA  TChooseFontA;
  78.  
  79. typedef tagCHOOSEFONTW  TChooseFontW;
  80.  
  81. typedef tagCHOOSEFONTA  TChooseFont;
  82.  
  83. typedef tagPDA *PPrintDlgA;
  84.  
  85. typedef tagPDW *PPrintDlgW;
  86.  
  87. typedef tagPDA *PPrintDlg;
  88.  
  89. typedef tagPDA  TPrintDlgA;
  90.  
  91. typedef tagPDW  TPrintDlgW;
  92.  
  93. typedef tagPDA  TPrintDlg;
  94.  
  95. typedef tagDEVNAMES *PDevNames;
  96.  
  97. typedef tagDEVNAMES  TDevNames;
  98.  
  99. typedef tagPSDA *PPageSetupDlgA;
  100.  
  101. typedef tagPSDW *PPageSetupDlgW;
  102.  
  103. typedef tagPSDA *PPageSetupDlg;
  104.  
  105. typedef tagPSDA  TPageSetupDlgA;
  106.  
  107. typedef tagPSDW  TPageSetupDlgW;
  108.  
  109. typedef tagPSDA  TPageSetupDlg;
  110.  
  111. //-- var, const, procedure ---------------------------------------------------
  112. static const Word FR_ENABLETEMPLATEHandle = 0x2000;
  113.  
  114. }    /* namespace Commdlg */
  115. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  116. using namespace Commdlg;
  117. #endif
  118. #pragma option pop    // -w-
  119.  
  120. #pragma delphiheader end.
  121. //-- end unit ----------------------------------------------------------------
  122. #endif    // CommDlg
  123.