|
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
WM_PENCTL
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|