IM_REINIT

This message is used to erase all contents from the current compose window. This message is now the same as IM_CLEARALL.

IM_CLEARALL
  wParam = 0; 
  lParam = 0;

Parameters

  • wParam
    Reserved; set to 0.
  • lParam
    Reserved; set to 0.

Return Values

This message does not return a value.

Remarks

The constant is provided here for compatibility with previous header files.

#define IM_REINIT     (WM_USER + 521)

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: inkx.h
Library: inkx.lib

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.