TTM_GETCURRENTTOOLTTM_GETCURRENTTOOL*
*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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.