Contents Index Topic Contents | ||
Previous Topic: TTM_ENUMTOOLS Next Topic: TTM_GETDELAYTIME |
TTM_GETCURRENTTOOL
TTM_GETCURRENTTOOL wParam = 0; lParam = (LPARAM)(LPTOOLINFO) lpti;Retrieves the information for the current tool in a tooltip control.
- Returns nonzero if successful, or zero otherwise. If lpti is NULL, returns nonzero if a current tool exists, or zero otherwise.
- lpti
- Address of a TOOLINFO structure that receives information about the current tool. If this value is NULL, the return value indicates the existence of the current tool without actually retrieving the tool information. If this value is not NULL, the cbSize member of the TOOLINFO structure must be filled in before sending this message.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.