After turning on Start/Settings/Ease of Access/Text Cursor Indicator on Windows 10, Microsoft apps and edit controls paint a colored blob at each end of the text cursor. I see that a program called EoAExperiences.exe is started when that setting is turned on, but its purpose is undocumented. It does have an entry in the registry under this key:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Accessibility\ATs\CursorIndicator
If EoAExperiences is doing the painting, does my C++ Winapi program somehow have to register with it, before it will highlight its text cursor? If not, is there an API that I can call to do this?
Thanks!