Structure that follows pe_resource_icon_dir in a icon file More...
#include <pe_structures.h>
Public Attributes | |
uint16_t | bit_count |
Bits per pixel. More... | |
uint8_t | color_count |
Number of colors in image (0 if >=8bpp) More... | |
uint8_t | height |
Height, in pixels, of the image. More... | |
uint32_t | offset |
Offset to the pixels. More... | |
uint16_t | planes |
Color Planes. More... | |
uint8_t | reserved |
Reserved (must be 0) More... | |
uint32_t | size |
Size of the image in bytes. More... | |
uint8_t | width |
Width, in pixels, of the image. More... | |
Structure that follows pe_resource_icon_dir in a icon file
Definition at line 417 of file pe_structures.h.
uint16_t pe_icon_header::bit_count |
Bits per pixel.
Definition at line 423 of file pe_structures.h.
uint8_t pe_icon_header::color_count |
Number of colors in image (0 if >=8bpp)
Definition at line 420 of file pe_structures.h.
uint8_t pe_icon_header::height |
Height, in pixels, of the image.
Definition at line 419 of file pe_structures.h.
uint32_t pe_icon_header::offset |
Offset to the pixels.
Definition at line 425 of file pe_structures.h.
uint16_t pe_icon_header::planes |
Color Planes.
Definition at line 422 of file pe_structures.h.
uint8_t pe_icon_header::reserved |
Reserved (must be 0)
Definition at line 421 of file pe_structures.h.
uint32_t pe_icon_header::size |
Size of the image in bytes.
Definition at line 424 of file pe_structures.h.
uint8_t pe_icon_header::width |
Width, in pixels, of the image.
Definition at line 418 of file pe_structures.h.