|
IE_GETSELITEMS
Retrieves a list of all selected strokes in the control.
Parameters
wParam
Size of the buffer passed in.
lParam
Address of a buffer of UINT variables that will be filled with the indices of
the selected strokes in the control. This buffer must be large enough to hold
all requested indices. The application can ensure this by first getting the
number of selected strokes with the IE_GETSELCOUNT message and then calculating the
required size of the buffer.
Return Value
Returns IER_OK if successful; otherwise, returns IER_PARAMERR to indicate that wParam or lParam is invalid.
See Also
IE_GETSELCOUNT
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
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
|