mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
10 lines
334 B
C
10 lines
334 B
C
#pragma once
|
|
|
|
BOOL FASTCALL co_IntDestroyCaret(PTHREADINFO Win32Thread);
|
|
BOOL FASTCALL IntSetCaretBlinkTime(UINT uMSeconds);
|
|
BOOL FASTCALL co_IntSetCaretPos(int X, int Y);
|
|
BOOL FASTCALL IntSwitchCaretShowing(PVOID Info);
|
|
BOOL FASTCALL co_UserShowCaret(PWND WindowObject);
|
|
BOOL FASTCALL co_UserHideCaret(PWND WindowObject);
|
|
|
|
/* EOF */
|