 |
 |
 |
|
|  |  |
 |
ImageList_GetImageInfo ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves information about an image in the image list. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
BOOL ImageList_GetImageInfo(
HIMAGELIST himl,
int i,
IMAGEINFO *pImageInfo
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER ImageList_GetImageInfo IN comctl32;
INTEGER himl,;
INTEGER i,;
STRING @pImageInfo
|
 |  |  | | Parameters: |  | himl
A handle to the image list.
i
The index of the image.
pImageInfo
A pointer to an IMAGEINFO structure that receives information about the image. |
 |  | | Return value: |  | Returns nonzero if successful, or zero otherwise.
|
 |  | | Word Index links for the ImageList_GetImageInfo : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2007-05-19 18:39:33 | | Modified: | 2007-05-19 18:44:00 | Visited in last 7 days: 18 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|