mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
24 lines
446 B
C
24 lines
446 B
C
#pragma once
|
|
|
|
#include <include/win32.h>
|
|
#include <include/window.h>
|
|
|
|
#define IDCARETTIMER (0xffff)
|
|
|
|
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(PWINDOW_OBJECT WindowObject);
|
|
|
|
BOOL FASTCALL co_UserHideCaret(PWINDOW_OBJECT WindowObject);
|
|
|
|
/* EOF */
|