#ifndef _NTUSER_H typedef struct _CONSOLE_CARET_INFO { HWND WindowHandle; RECT Rect; } CONSOLE_CARET_INFO, *PCONSOLE_CARET_INFO; #endif View code on GitHub
No description available.