IMN_GUIDELINE notification code

Notifies an application when an IME is about to show an error message or other information. The application receives this command through the WM_IME_NOTIFY message with parameter settings as shown below.

IMN_GUIDELINE

Parameters

wParam

Set to IMN_GUIDELINE.

lParam

Not used.

Return Value

This command has no return value.

Remarks

An application processes this command by calling the ImmGetGuideLine function to retrieve the error message or information from the IME.

The IME window displays the error message or information string in an information window.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Imm.h (include Windows.h)

See also

Input Method Manager

Input Method Manager Commands

ImmGetGuideLine

WM_IME_NOTIFY