The CopyCursor function copies a cursor.
HCURSOR CopyCursor(
HCURSOR pcur |
// handle to cursor to copy |
); |
If the function succeeds, the return value is the handle to the duplicate cursor.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
The CopyCursor function enables an application or dynamic-link library (DLL) to obtain the handle to a cursor shape owned by another module. Then if the other module is freed, the application is still able to use the cursor shape.
Before closing, an application must call the DestroyCursor function to free any system resources associated with the cursor.
CopyIcon, DestroyCursor, GetCursor, SetCursor, ShowCursor
file: /Techref/os/win/api/win32/func/src/f07_10.htm, 2KB, , updated: 2001/6/24 04:12, local time: 2024/11/5 00:18,
18.226.248.77: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/f07_10.htm"> CopyCursor</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.