TTM_ENUMTOOLSTTM_ENUMTOOLS*
*Contents  *Index  *Topic Contents
*Previous Topic: TTM_DELTOOL
*Next Topic: TTM_GETCURRENTTOOL

TTM_ENUMTOOLS


TTM_ENUMTOOLS 
    wParam = (WPARAM) (UINT) iTool; 
    lParam = (LPARAM) (LPTOOLINFO) lpti; 

Retrieves the information that a tooltip control maintains about the current tool—that is, the tool for which the tooltip is currently displaying text.

iTool
Zero-based index of the tool for which to retrieve information.
lpti
Address of a TOOLINFO structure that receives information about the tool. Before sending this message, the cbSize member must specify the size of the structure.

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