Share via


Carets Functions

Send Feedback

The following table shows the caret functions with a description of the purpose of each.

Programming element PPC SP Description
CreateCaret X X This function creates a new shape for the system caret and assigns ownership of the caret to the specified window.
DestroyCaret X X This function destroys the caret's current shape, frees the caret from the window, and removes the caret from the screen.
GetCaretBlinkTime X X This function returns the elapsed time, in milliseconds, required to invert the caret's pixels.
GetCaretPos X X This function copies the caret's position, in client coordinates, to the specified POINT structure.
HideCaret X X This function removes the caret from the screen.
SetCaretBlinkTime X X This function sets the caret blink time to the specified number of milliseconds.
SetCaretPos X X This function moves the caret to the specified coordinates.
ShowCaret X X This function makes the caret visible on the screen at the caret's current position.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.