IImePadApplet::CreateUI method (imepad.h)

Called from IImePad to get the applet's window handle, style, and size.

The applet can set its window style and sizing policy.

Syntax

HRESULT CreateUI(
  [in] HWND          hwndParent,
  [in] LPIMEAPPLETUI lpImeAppletUI
);

Parameters

[in] hwndParent

Window handle of the IImePad GUI. The applet can create the window as its child window.

[in] lpImeAppletUI

Pointer to IMEAPPLETUI structure. The applet can set its window style.

Return value

S_OK if successful, otherwise E_FAIL.

Requirements

Requirement Value
Target Platform Windows
Header imepad.h

See also

IImePadApplet