[USER32] Load IMM table#3215
Merged
katahiromz merged 6 commits intoreactos:masterfrom Sep 23, 2020
Merged
Conversation
HBelusca
reviewed
Sep 22, 2020
HBelusca
reviewed
Sep 22, 2020
Contributor
HBelusca
left a comment
There was a problem hiding this comment.
This looks OK & straightforward to me :)
katahiromz
commented
Sep 22, 2020
vgalnt
pushed a commit
to vgalnt/reactos
that referenced
this pull request
Feb 4, 2025
Implement the IMM function table in module user32.dll. CORE-11700 File immtable.h is located at win32ss/user/user32/include, that is a list of the DEFINE_IMM_ENTRY macro calls.
vgalnt
added a commit
to vgalnt/reactos
that referenced
this pull request
Nov 30, 2025
This reverts commit cbbb341.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Load the IMM (Input Method Manager) function table in module
user32.dll.JIRA issue: CORE-11700
Proposed changes
immtable.h(located atwin32ss/user/user32/include, that is a list of theDEFINE_IMM_ENTRYmacro calls).immtable.h.IMPSetIMEW,IMPQueryIMEW,IMPGetIMEW,IMPSetIMEA,IMPQueryIMEA,IMPGetIMEA,SendIMEMessageExW,SendIMEMessageExA,WINNLSEnableIME, andWINNLSGetEnableStatus.