ICM_LOADINKDATA

4/8/2010

This message is sent to a window to load the supplied ink data into the InkCanvas control. This discards the existing ink data.

Syntax

ICM_LOADINKDATA
    wparam = (WPARAM) 0;
    lParam = (LPARAM) (VARIANT*) pvData;

Parameters

  • pvData
    Pointer to a variant. The variant type is one of the following:

    • VT_UI1|VT_ARRAY for binary formats: isf and gif
    • VT_BSTR for base64 formats: base64isf and base64gif

    The data supplied in the variant is loaded into the ink on the canvas, replacing whatever is already there.

Return Value

Returns 0 if there are errors.

Requirements

Header inkctrls.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later

See Also

Concepts

Windows Mobile Ink Reference