共用方式為


IPointerInactiveImpl::OnInactiveMouseMove

告知物件滑鼠指標移動它,表示物件可以引發滑鼠事件。

HRESULT OnInactiveMouseMove( 
   LPCRECT pRectBounds, 
   long x, 
   long y, 
   DWORD dwMouseMsg  
);

傳回值

傳回 E_NOTIMPL

備註

請參閱在 Windows SDK的 IPointerInactive::OnInactiveMouseMove

需求

Header: atlctl.h

請參閱

參考

IPointerInactiveImpl Class