共用方式為


IM_GETDATA

Send Feedback

The IM_GETDATA message is used to retrieve the data.

IM_GETDATA
  wParam = (INT) cbBuffer; 
  lParam = (BYTE *) lpBuffer;

Parameters

  • wParam
    Length of the buffer in bytes.
  • lParam
    Pointer to the buffer.

Return Values

This message returns the size of ink data stored in bytes.

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.