The GetClipCursor function retrieves the screen coordinates of the rectangular area to which the cursor is confined.
BOOL GetClipCursor(
LPRECT lpRect |
// address of structure for rectangle |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The cursor is a shared resource. If an application confines the cursor with the ClipCursor function, it must later release the cursor by using ClipCursor before relinquishing control to another application.
The calling process must have WINSTA_READATTRIBUTES access to the window station.
ClipCursor, GetCursorPos, RECT
file: /Techref/os/win/api/win32/func/src/f28_14.htm, 2KB, , updated: 2001/6/24 09:38, local time: 2024/11/7 11:24,
18.118.166.130:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f28_14.htm"> GetClipCursor</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.