reactos/subsystems/win32/win32k/include/caret.h
Jérôme Gardou c16ad873a6 sync with trunk (r46275)
svn path=/branches/reactos-yarotows/; revision=46279
2010-03-19 21:09:21 +00:00

25 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 */