home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Imm.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Imm.pas
- //----------------------------------------------------------------------------
- #ifndef ImmHPP
- #define ImmHPP
- //----------------------------------------------------------------------------
- #include <Windows.hpp>
- #include <System.hpp>
- #include <Imm.h>
-
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- namespace Imm
- {
- //-- type declarations -------------------------------------------------------
-
- typedef tagCOMPOSITIONFORM *PCompositionForm;
-
- typedef tagCOMPOSITIONFORM TCompositionForm;
-
- typedef tagCANDIDATEFORM *PCandidateForm;
-
- typedef tagCANDIDATEFORM TCandidateForm;
-
- typedef tagCANDIDATELIST *PCandidateList;
-
- typedef tagCANDIDATELIST TCandidateList;
-
- typedef tagREGISTERWORDA *PRegisterWordA;
-
- typedef tagREGISTERWORDW *PRegisterWordW;
-
- typedef tagREGISTERWORDA *PRegisterWord;
-
- typedef tagREGISTERWORDA TRegisterWordA;
-
- typedef tagREGISTERWORDW TRegisterWordW;
-
- typedef tagREGISTERWORDA TRegisterWord;
-
- typedef tagSTYLEBUFA *PStyleBufA;
-
- typedef tagSTYLEBUFW *PStyleBufW;
-
- typedef tagSTYLEBUFA *PStyleBuf;
-
- typedef tagSTYLEBUFA TStyleBufA;
-
- typedef tagSTYLEBUFW TStyleBufW;
-
- typedef tagSTYLEBUFA TStyleBuf;
-
- typedef int __fastcall (*RegisterWordEnumProcA)(char * lpReading, int dwStyle, char * lpszString, void *
- lpData);
-
- typedef int __fastcall (*RegisterWordEnumProcW)(wchar_t * lpReading, int dwStyle, wchar_t * lpszString
- , void * lpData);
-
- typedef int __fastcall (*RegisterWordEnumProc)(char * lpReading, int dwStyle, char * lpszString, void *
- lpData);
-
- //-- var, const, procedure ---------------------------------------------------
- #define WM_CONVERTREQUESTEX (Word)(264)
- #define CFS_SCREEN (Byte)(4)
- #define imm32 "imm32.dll"
-
- } /* namespace Imm */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Imm;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Imm
-