Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Notifies an application when the conversion mode of the input context is updated. The application receives this command through the WM_IME_NOTIFY message with parameter settings as shown below.
IMN_SETCONVERSIONMODE
Parameters
-
wParam
-
Set to IMN_SETCONVERSIONMODE.
-
lParam
-
Not used.
Return Value
This command has no return value.
Remarks
The application can get information about the conversion mode by using the ImmGetConversionStatus function.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
See also