IM_SETDATA
The IM_SETDATA message is used to set the data. It stores the ink data from a previous IM_GETDATA call that will be inserted into the current compose window.
IM_SETDATA
wParam = (INT) cbInkData;
lParam = (BYTE *) lpInkData;
Parameters
- wParam
Length of the ink data buffer. - lParam
Pointer to the ink data buffer.
Return Values
This message does not return a value.
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
Send Feedback on this topic to the authors