BMP_IMAGE_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiautil.h

typedef struct _BMP_IMAGE_INFO {
  INT Width;
  INT Height;
  INT ByteWidth;
  INT Size;
} BMP_IMAGE_INFO, *PBMP_IMAGE_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wiautil-_bmp_image_info)

_BMP_IMAGE_INFO structure

Description

The BMP_IMAGE_INFO structure contains information about a BMP image.

Members

Width

Specifies the width of the image, in pixels.

Height

Specifies the height of the image, in lines.

ByteWidth

Specifies the width of the image, in bytes.

Size

Specifies the total size of the image, including headers, in bytes.