共用方式為


IM_REINIT

Send Feedback

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: Pocket PC 2000 and later
Smartphone: None
OS Versions: Windows CE 3.0 and later
Header: inkx.h
Library: inkx.lib

See Also

InkX Control Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.