다음을 통해 공유


IPointerInactiveImpl::OnInactiveMouseMove

Notifies the object that the mouse pointer has moved over it, indicating the object can fire mouse events.

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

Return Value

Returns E_NOTIMPL.

Remarks

See IPointerInactive::OnInactiveMouseMove in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Reference

IPointerInactiveImpl Class

Other Resources

IPointerInactiveImpl Members