Contents Index Topic Contents | ||
Previous Topic: TB_INSERTBUTTON Next Topic: TB_ISBUTTONCHECKED |
TB_INSERTMARKHITTEST
TB_INSERTMARKHITTEST wParam = (WPARAM)(LPPOINT)lppt; lParam = (LPARAM)(LPTBINSERTMARK)lptbim;Retrieves the insertion mark information for a point in a toolbar.
- Returns nonzero if the point is an insertion mark, or zero otherwise.
- lppt
- Address of a POINT structure that contains the hit test coordinates, relative to the client area of the toolbar.
- lptbim
- Address of a TBINSERTMARK structure that receives the insertion mark information.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.