00001 /* $Id: caret.h,v 1.5 2000/01/18 20:08:09 sandervl Exp $ */ 00002 00003 /* 00004 * Caret functions for USER32 00005 * 00006 * Project Odin Software License can be found in LICENSE.TXT 00007 * 00008 */ 00009 00010 extern void recreateCaret (HWND hwndFocus); 00011 extern BOOL WIN32API SetCaretPos (int x, int y); 00012 extern BOOL WIN32API GetCaretPos (PPOINT pPoint); 00013 00014 00015