共用方式為


IM_GETDATALEN

Send Feedback

The IM_GETDATALEN message is used to return the length of the data.

IM_GETDATALEN
  wParam = 0;
  lParam = 0;

Parameters

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

Return Values

This message returns the length in bytes of the ink data in the main Compose window. The application uses this value to allocate buffer to store the ink data.

Remarks

Many of the standard EM_* messages are supported by passing them through to the RichInk control. See the RichInk.h header file for a specific list of messages that are supported.

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.