mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
11 lines
334 B
C
11 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 */
|