[NtUser] Fix Theme Non Client Painting.
[reactos.git] / win32ss / user / ntuser / caret.h
1 #pragma once
2
3 BOOL FASTCALL co_IntDestroyCaret(PTHREADINFO Win32Thread);
4 BOOL FASTCALL IntSetCaretBlinkTime(UINT uMSeconds);
5 BOOL FASTCALL co_IntSetCaretPos(int X, int Y);
6 BOOL FASTCALL IntSwitchCaretShowing(PVOID Info);
7 BOOL FASTCALL co_UserShowCaret(PWND WindowObject);
8 BOOL FASTCALL co_UserHideCaret(PWND WindowObject);
9
10 /* EOF */