LoadImageW (USER32.@)
HANDLE LoadImageW ( HINSTANCE hinst, LPCWSTR name, UINT type, INT desiredx, INT desiredy, UINT loadflags )
LoadImageW (USER32.@) Loads an icon, cursor, or bitmap.
| hinst | [In] | Handle of instance that contains image. |
| name | [In] | Name of image. |
| type | [In] | Type of image. |
| desiredx | [In] | Desired width. |
| desiredy | [In] | Desired height. |
| loadflags | [In] | Load flags. |
Success: Handle to newly loaded image
Failure: NULL.
FIXME: Implementation lacks some features, see LR_ defines in winuser.h
Defined in "commctrl.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 Oct 2006.