Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

caret.h

Go to the documentation of this file.
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 

Generated on Wed Jan 23 23:17:25 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001