BOOL InsertMarkHitTest( LPPOINT ppt, LPTBINSERTMARK ptbim ) const;
Return Value
Nonzero if successful; otherwise zero.
Parameters
ppt
A pointer to a POINT structure that contains the hit test coordinates, relative to the client area of the toolbar.
ptbim
A pointer to a TBINSERTMARK structure that receives the insertion mark information.
Remarks
This member function implements the behavior of the Win32 message TB_INSERTMARKHITTEST, as described in the Platform SDK.
CToolBarCtrl Overview | Class Members | Hierarchy Chart
See Also CToolBarCtrl::GetInsertMark, CToolBarCtrl::SetInsertMark