ICONIMAGE structure
struct { UINT Width; UINT Height; UINT Colors; LPBYTE lpBits; DWORD dwNumBytes; LPBITMAPINFO lpbi; LPBYTE lpXOR; LPBYTE lpAND; } ICONIMAGE;Used to read icons from a file.
Defined in: OdIcon.h
Members
Width
Icon width.
Height
Icon height.
Colors
Number of colors.
lpBits
Pointer to DIB bits.
dwNumBytes
Number of bytes.
lpbi
Pointer to bitmap header.
lpXOR
Pointer to XOR image bits.
lpAND
Pointer to AND image bits.