IPointerInactiveImpl::OnInactiveMouseMove

This method notifies the object that the mouse pointer has moved over it, indicating the object can fire mouse events. The ATL implementation returns E_NOTIMPL.

Syntax

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

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

IPointerInactiveImpl Overview, IPointerInactiveImpl Methods, IPointerInactive::OnInactiveMouseMove