Hide Cursor in WinCE7 iMX6

I try to hide cursor from application and use ExtEscape().

ExtEscape(::GetDC(NULL),MOUSECURSOR, 4, (char*)&new_cursor, 4, (char*)&old_cursor);

But it returns zero. Is the function ExtEscape not supported by wince7 v1.3b2 for iMX6 ?

@toradex.questioner,

Thank you for contacting support.

ExtEscape is not supported on Windows Embedded Compact iMX6. Please use other methods such as permanently disabling the cursor in the registry are supported and Disabling the cursor for single applications also works with the default OS API (ShowCursor()).

Please refer https://developer.toradex.com/knowledge-base/mouse-cursor for more information.