IMEDLG structure (msime.h)

Used when invoking the Microsoft IME's Dictionary Tool or Word Register Dialog Window from the app.

Syntax

typedef struct _IMEDLG {
  int    cbIMEDLG;
  HWND   hwnd;
  LPWSTR lpwstrWord;
  int    nTabId;
} IMEDLG;

Members

cbIMEDLG

The size of this structure. You must set this value before using the structure.

hwnd

The parent window handle of the Register Word Dialog.

lpwstrWord

NULL, or the string to be registered. It shows in the Word Register Dialog's "Display" field.

nTabId

The initial tab ID, 0 or 1.

Requirements

Requirement Value
Header msime.h

See also

IFECommon::InvokeDictToolDialog

IFECommon::InvokeWordRegDialog