2010-02-26 11:43:19 +00:00
|
|
|
#pragma once
|
2003-10-16 22:07:37 +00:00
|
|
|
|
2008-04-16 21:34:12 +00:00
|
|
|
#include <include/win32.h>
|
|
|
|
#include <include/window.h>
|
|
|
|
|
2003-10-16 22:07:37 +00:00
|
|
|
#define IDCARETTIMER (0xffff)
|
|
|
|
|
|
|
|
BOOL FASTCALL
|
2008-10-16 17:52:38 +00:00
|
|
|
co_IntDestroyCaret(PTHREADINFO Win32Thread);
|
2003-10-16 22:07:37 +00:00
|
|
|
|
|
|
|
BOOL FASTCALL
|
|
|
|
IntSetCaretBlinkTime(UINT uMSeconds);
|
|
|
|
|
|
|
|
BOOL FASTCALL
|
2005-09-05 21:19:23 +00:00
|
|
|
co_IntSetCaretPos(int X, int Y);
|
2003-10-16 22:07:37 +00:00
|
|
|
|
|
|
|
BOOL FASTCALL
|
2003-10-17 20:31:56 +00:00
|
|
|
IntSwitchCaretShowing(PVOID Info);
|
|
|
|
|
2005-09-05 21:19:23 +00:00
|
|
|
BOOL FASTCALL co_UserShowCaret(PWINDOW_OBJECT WindowObject);
|
|
|
|
|
|
|
|
BOOL FASTCALL co_UserHideCaret(PWINDOW_OBJECT WindowObject);
|
|
|
|
|
2003-10-16 22:07:37 +00:00
|
|
|
/* EOF */
|