有没有办法通过 Windows C API 通知光标已更改?

Is there a way of getting notified by Windows C API that cursor has changed?

我希望收到 windows 光标已更改的通知,以便我可以捕获 光标作为位图。我已经搜索了 API 文档,但似乎没有任何办法,除了轮询光标状态。

如有任何想法,我们将不胜感激。

这是操作方法。它需要我们使用 SetWinEventHook 通知光标事件:

https://devblogs.microsoft.com/oldnewthing/20151116-00/?p=92091