|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
IMAGEINFO
The IMAGEINFO structure contains information about an image in an image list. This
structure is used with the ImageList_GetImageInfo function.
typedef struct _IMAGEINFO {
HBITMAP hbmImage; // bitmap containing the images
HBITMAP hbmMask; // handle to a monochrome bitmap
int Unused1; // not used
int Unused2; // not used
RECT rcImage; // bounding rectangle of the image
} IMAGEINFO;
Members
hbmMask
Handle to a monochrome bitmap that contains the masks for the images. If the
image list does not contain a mask, this member is NULL.
rcImage
Bounding rectangle of the image within the bitmap specified by hbmImage.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|