Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygencaret.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 BOOL FASTCALL co_IntDestroyCaret(PTHREADINFO Win32Thread); 00004 BOOL FASTCALL IntSetCaretBlinkTime(UINT uMSeconds); 00005 BOOL FASTCALL co_IntSetCaretPos(int X, int Y); 00006 BOOL FASTCALL IntSwitchCaretShowing(PVOID Info); 00007 BOOL FASTCALL co_UserShowCaret(PWND WindowObject); 00008 BOOL FASTCALL co_UserHideCaret(PWND WindowObject); 00009 00010 /* EOF */ Generated on Sat May 26 2012 04:37:17 for ReactOS by
1.7.6.1
|