IInputMethod::UserOptionsDlg

This method is implemented when the user requests that an input method (IM)-specific options dialog box be presented.

At a Glance

Header file: Sip.h
Windows CE Versions: 2.01 and later

Syntax

HRESULT UserOptionsDlg( [in] HWND hwndParent );

Parameters

hwndParent

Handle to the window that should be the parent of the dialog box window created by the IM.

Return Values

An appropriate HRESULT value is returned.

Remarks

Through this method, the user can directly configure settings within the IM. This method differs significantly in context from the other methods in the IInputMethod interface for the following reasons:

The User Options dialog box sets registry or other persistent configuration information for the IM. This information is used by the IM when it is selected into the input panel.

See Also

IInputMethod::RegisterCallback, IInputMethod::Select