HE_GETINKHANDLE
Retrieves the
ink handle for the current control. Submessage of WM_PENCTL.
Parameters
wParam
HE_GETINKHANDLE.
lParam
Unused.
Return Value
The low-order
word of the return value contains a handle to the captured ink. If the return
value is NULL, the control is not in ink mode.
Comments
The returned
ink handle is valid only during the life of the control. The handle becomes
invalid after the control is destroyed.
See Also