|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ImageList_GetDragImage
The ImageList_GetDragImage function retrieves the temporary image list that is used for the drag image. The function also retrieves the current drag position, and the offset of the drag image relative to the drag position.
HIMAGELIST ImageList_GetDragImage(
POINT FAR *ppt, POINT FAR *pptHotspot );
Parameters
ppt
Pointer to a POINT structure that receives the current drag position. Can be NULL.
pptHotSpot
Pointer to a POINT structure that receives the offset of the drag image relative to the drag position. Can be NULL.
Return Values
If the function succeeds, the return value is the handle of the image list. If the function fails, the return value is NULL.
Remarks
The temporary image list is destroyed when the ImageList_EndDrag function is called. To begin a drag operation, use the ImageList_BeginDrag function.
See Also
ImageList_BeginDrag, ImageList_EndDrag, POINT
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ImageList_GetDragImage
Функция ImageList_GetDragImage извлекает временный список образа, который использован для образа помехи. Функция также извлекает текущую позицию помехи, и компенсацию образа помехи относительно позиции помехи.
HIMAGELIST ImageList_GetDragImage(
ТОЧКА ЗНАЧИТЕЛЬНО *ppt, ТОЧКА ЗНАЧИТЕЛЬНО *pptHotspot );
Параметры
ppt
Указатель в структуру ТОЧКИ, которая получает текущую позицию помехи. Может быть НЕДЕЙСТВИТЕЛЬНО.
pptHotSpot
Указатель в структуру ТОЧКИ, которая получает компенсацию образа помехи относительно позиции помехи. Может быть НЕДЕЙСТВИТЕЛЬНО.
Обратные Величины
Если функция добивается успеха, обратная величина является ручкой списка образа. Если функция терпит неудачу, обратная величина НЕДЕЙСТВИТЕЛЬНА.
Замечания
Временный список образа уничтожен когда функция ImageList_EndDrag названа. Для того, чтобы начинать действие помехи, используйте функцию ImageList_BeginDrag.
Смотри Также
ImageList_BeginDrag, ImageList_EndDrag, ТОЧКА
|
|
|
|
| |