Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5b3d4b47
Commit
5b3d4b47
authored
Mar 21, 2008
by
Aric Stewart
Committed by
Alexandre Julliard
Mar 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imm32: Add IME dll prototypes to the ddk/imm.h header.
parent
2fa83d94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
imm.h
include/ddk/imm.h
+20
-0
No files found.
include/ddk/imm.h
View file @
5b3d4b47
...
...
@@ -95,6 +95,9 @@ DWORD WINAPI ImmGetIMCCLockCount(HIMCC);
HIMCC
WINAPI
ImmReSizeIMCC
(
HIMCC
,
DWORD
);
DWORD
WINAPI
ImmGetIMCCSize
(
HIMCC
);
#define IMMGWL_IMC 0
#define IMMGWL_PRIVATE (sizeof(LONG))
/* IME Property bits */
#define IME_PROP_END_UNLOAD 0x0001
#define IME_PROP_KBD_CHAR_FIRST 0x0002
...
...
@@ -121,6 +124,23 @@ DWORD WINAPI ImmGetIMCCSize(HIMCC);
BOOL
WINAPI
ImmGenerateMessage
(
HIMC
);
BOOL
WINAPI
ImeInquire
(
LPIMEINFO
,
LPWSTR
,
LPCWSTR
lpszOptions
);
BOOL
WINAPI
ImeConfigure
(
HKL
,
HWND
,
DWORD
,
LPVOID
);
DWORD
WINAPI
ImeConversionList
(
HIMC
,
LPCWSTR
,
LPCANDIDATELIST
,
DWORD
,
UINT
);
BOOL
WINAPI
ImeDestroy
(
UINT
);
LRESULT
WINAPI
ImeEscape
(
HIMC
,
UINT
,
LPVOID
);
BOOL
WINAPI
ImeProcessKey
(
HIMC
,
UINT
,
LPARAM
,
CONST
LPBYTE
);
BOOL
WINAPI
ImeSelect
(
HIMC
,
BOOL
);
BOOL
WINAPI
ImeSetActiveContext
(
HIMC
,
BOOL
);
UINT
WINAPI
ImeToAsciiEx
(
UINT
,
UINT
,
CONST
LPBYTE
,
LPDWORD
,
UINT
,
HIMC
);
BOOL
WINAPI
NotifyIME
(
HIMC
,
DWORD
,
DWORD
,
DWORD
);
BOOL
WINAPI
ImeRegisterWord
(
LPCWSTR
,
DWORD
,
LPCWSTR
);
BOOL
WINAPI
ImeUnregisterWord
(
LPCWSTR
,
DWORD
,
LPCWSTR
);
UINT
WINAPI
ImeGetRegisterWordStyle
(
UINT
,
LPSTYLEBUFW
);
UINT
WINAPI
ImeEnumRegisterWord
(
REGISTERWORDENUMPROCW
,
LPCWSTR
,
DWORD
,
LPCWSTR
,
LPVOID
);
BOOL
WINAPI
ImeSetCompositionString
(
HIMC
,
DWORD
,
LPCVOID
,
DWORD
,
LPCVOID
,
DWORD
);
DWORD
WINAPI
ImeGetImeMenuItems
(
HIMC
,
DWORD
,
DWORD
,
LPIMEMENUITEMINFOW
,
LPIMEMENUITEMINFOW
,
DWORD
);
#ifdef __cplusplus
}
/* extern "C" */
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment