Funktionreferenz


_WinAPI_CopyCursor


Creates a duplicate of a specified cursor

#include <WinAPIRes.au3>
_WinAPI_CopyCursor ( $hCursor )

Parameter

$hCursor Handle to the cursor to be duplicated.

Rückgabewert

Success: Handle to the new cursor that was created.
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

When you are finished using the cursor, destroy it using the _WinAPI_DestroyCursor() function.

Verwandte Funktionen

_WinAPI_DestroyCursor

Siehe auch

Suche nach CopyIcon in der MSDN Bibliothek.