Packed Record TIconFileDirEntry
Unit
Declaration
type TIconFileDirEntry = packed record
Description
Icon image entry in stream
Overview
Fields
Width: byte; |
|
Height: byte; |
|
Colors: byte; |
|
Reserved: byte; |
|
Variable: LongWord; |
|
ImageSize: LongWord; |
|
ImageOffset: LongWord |
|
Planes: Word |
|
BitsPerPixel: Word |
|
HotSpotX: Word |
|
HotSpotY: Word |
Description
Fields
Width: byte; |
|
This item has no description. |
Height: byte; |
|
This item has no description. |
Colors: byte; |
|
This item has no description. |
Reserved: byte; |
|
This item has no description. |
Variable: LongWord; |
|
stored in little endian |
ImageSize: LongWord; |
|
This item has no description. |
ImageOffset: LongWord |
|
This item has no description. |
Planes: Word |
|
This item has no description. |
BitsPerPixel: Word |
|
This item has no description. |
HotSpotX: Word |
|
This item has no description. |
HotSpotY: Word |
|
This item has no description. |