Contents Index Topic Contents | ||
Previous Topic: LVM_ARRANGE Next Topic: LVM_DELETEALLITEMS |
LVM_CREATEDRAGIMAGE
LVM_CREATEDRAGIMAGE wParam = (WPARAM) (int) iItem; lParam = (LPARAM) (LPPOINT) lpptUpLeft;Creates a drag image list for the specified item. You can send this message explicitly or by using the ListView_CreateDragImage macro.
- Returns the handle to the drag image list if successful, or NULL otherwise.
- iItem
- Index of the item.
- lpptUpLeft
- Address of a POINT structure that receives the initial location of the upper-left corner of the image, in view coordinates.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.