通知对象鼠标指针移动了,它指示对象可以引发鼠标事件。
HRESULT OnInactiveMouseMove(
LPCRECT pRectBounds,
long x,
long y,
DWORD dwMouseMsg
);
返回值
返回 E_NOTIMPL。
备注
在参见 Windows SDK的 IPointerInactive::OnInactiveMouseMove。
要求
Header: atlctl.h
通知对象鼠标指针移动了,它指示对象可以引发鼠标事件。
HRESULT OnInactiveMouseMove(
LPCRECT pRectBounds,
long x,
long y,
DWORD dwMouseMsg
);
返回 E_NOTIMPL。
在参见 Windows SDK的 IPointerInactive::OnInactiveMouseMove。
Header: atlctl.h