NAME

CopyImage  (USER32.@)

SYNOPSIS

 HICON CopyImage
 (
  HANDLE hnd,
  UINT   type,
  INT    desiredx,
  INT    desiredy,
  UINT   flags
 )

DESCRIPTION

CopyImage (USER32.@) Creates new image and copies attributes to it.

PARAMS

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.

RETURNS

Success: Handle to newly created image

Failure: NULL.

FIXME: implementation still lacks nearly all features, see LR_* defines in winuser.h

IMPLEMENTATION

Defined in "winuser.h".

Implemented in "dlls/user/cursoricon.c". source.winehq.org/source/dlls/user/cursoricon.c

Debug channel "cursor".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.