CopyImage (USER32.@)
HICON CopyImage ( HANDLE hnd, UINT type, INT desiredx, INT desiredy, UINT flags )
CopyImage (USER32.@) Creates new image and copies attributes to it.
| hnd | [In] | Handle to image to copy. |
| type | [In] | Type of image to copy. |
| desiredx | [In] | Desired width of new image. |
| desiredy | [In] | Desired height of new image. |
| flags | [In] | Copy flags. |
Success: Handle to newly created image
Failure: NULL.
implementation still lacks nearly all features, see LR_* defines in winuser.h.
Defined in "winuser.h".
Implemented in "dlls/user/cursoricon.c". source.winehq.org/source/dlls/user/cursoricon.c
Debug channel "cursor".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated May 2006.