###Structure Name###
$tagIMAGEINFO

###Description###
Contains information about an image in an image list

###Syntax###
Global Const $tagIMAGEINFO = "hwnd hBitmap;hwnd hMask;int Unused1;int Unused2;int Left;int Top;int Right;int Bottom"


###Fields###
@@ParamTable@@
hBitmap
	Handle to the bitmap that contains the image
hMask
	Handle to a monochrome bitmap that contains the mask for the image
Unused1
	Not used
Unused2
	Not used
Left
	Left side of the rectangle of the image
Top
	Top of the rectangle of the image
Right
	Right side of the rectangle of the image
Bottom
	Bottom of the rectangle of the image
@@End@@

###Remarks###
None.
