Public Attributes | List of all members
pe_icon_header Struct Reference

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...
 

Detailed Description

Structure that follows pe_resource_icon_dir in a icon file

Definition at line 417 of file pe_structures.h.

Member Data Documentation

◆ bit_count

uint16_t pe_icon_header::bit_count

Bits per pixel.

Definition at line 423 of file pe_structures.h.

◆ color_count

uint8_t pe_icon_header::color_count

Number of colors in image (0 if >=8bpp)

Definition at line 420 of file pe_structures.h.

◆ height

uint8_t pe_icon_header::height

Height, in pixels, of the image.

Definition at line 419 of file pe_structures.h.

◆ offset

uint32_t pe_icon_header::offset

Offset to the pixels.

Definition at line 425 of file pe_structures.h.

◆ planes

uint16_t pe_icon_header::planes

Color Planes.

Definition at line 422 of file pe_structures.h.

◆ reserved

uint8_t pe_icon_header::reserved

Reserved (must be 0)

Definition at line 421 of file pe_structures.h.

◆ size

uint32_t pe_icon_header::size

Size of the image in bytes.

Definition at line 424 of file pe_structures.h.

◆ width

uint8_t pe_icon_header::width

Width, in pixels, of the image.

Definition at line 418 of file pe_structures.h.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:47