home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / IMM.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  81 lines

  1. //----------------------------------------------------------------------------
  2. // Imm.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: Imm.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef ImmHPP
  6. #define ImmHPP
  7. //----------------------------------------------------------------------------
  8. #include <Windows.hpp>
  9. #include <System.hpp>
  10. #include <Imm.h>
  11.  
  12. #pragma warn -par
  13. #pragma warn -hid 
  14. #pragma warn -inl
  15.  
  16. namespace Imm
  17. {
  18. //-- type declarations -------------------------------------------------------
  19.  
  20. typedef tagCOMPOSITIONFORM *PCompositionForm;
  21.  
  22. typedef tagCOMPOSITIONFORM  TCompositionForm;
  23.  
  24. typedef tagCANDIDATEFORM *PCandidateForm;
  25.  
  26. typedef tagCANDIDATEFORM  TCandidateForm;
  27.  
  28. typedef tagCANDIDATELIST *PCandidateList;
  29.  
  30. typedef tagCANDIDATELIST  TCandidateList;
  31.  
  32. typedef tagREGISTERWORDA *PRegisterWordA;
  33.  
  34. typedef tagREGISTERWORDW *PRegisterWordW;
  35.  
  36. typedef tagREGISTERWORDA *PRegisterWord;
  37.  
  38. typedef tagREGISTERWORDA  TRegisterWordA;
  39.  
  40. typedef tagREGISTERWORDW  TRegisterWordW;
  41.  
  42. typedef tagREGISTERWORDA  TRegisterWord;
  43.  
  44. typedef tagSTYLEBUFA *PStyleBufA;
  45.  
  46. typedef tagSTYLEBUFW *PStyleBufW;
  47.  
  48. typedef tagSTYLEBUFA *PStyleBuf;
  49.  
  50. typedef tagSTYLEBUFA  TStyleBufA;
  51.  
  52. typedef tagSTYLEBUFW  TStyleBufW;
  53.  
  54. typedef tagSTYLEBUFA  TStyleBuf;
  55.  
  56. typedef int __fastcall (*RegisterWordEnumProcA)(char * lpReading, int dwStyle, char * lpszString, void * 
  57.     lpData);
  58.  
  59. typedef int __fastcall (*RegisterWordEnumProcW)(wchar_t * lpReading, int dwStyle, wchar_t * lpszString
  60.     , void * lpData);
  61.  
  62. typedef int __fastcall (*RegisterWordEnumProc)(char * lpReading, int dwStyle, char * lpszString, void * 
  63.     lpData);
  64.  
  65. //-- var, const, procedure ---------------------------------------------------
  66. #define WM_CONVERTREQUESTEX (Word)(264)
  67. #define CFS_SCREEN (Byte)(4)
  68. #define imm32 "imm32.dll"
  69.     
  70. }    /* namespace Imm */
  71.  
  72. #pragma warn .par
  73. #pragma warn .hid 
  74. #pragma warn .inl
  75.  
  76. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  77. using namespace Imm;
  78. #endif
  79. //-- end unit ----------------------------------------------------------------
  80. #endif    // Imm
  81.