ImmGetConversionStatusForeground (Windows Embedded CE 6.0)
1/6/2010
This function retrieves the current IME conversion and sentences modes for the foreground thread.
Syntax
BOOL WINAPI ImmGetConversionStatusForeground(
DWORD* pfdwConversion,
DWORD* pfdwSentence
);
Parameters
- pfdwConversion
[out] A pointer to the DWORD that will receive the current IME conversion mode value for the foreground thread.
- pfdwSentence
[out] A pointer to the DWORD that will receive the current IME sentence mode for the foreground thread.
Return Value
Returns TRUE if successful and FALSE otherwise.
Remarks
This function is linked during the platform build.
Requirements
Header | pwinuser.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Note | Linked during platform build |
See Also
Concepts
IME Conversion Mode Values
IME Sentence Mode Values