FreeRDP
WINPR_BITMAP_INFO_HEADER Struct Reference

Data Fields

UINT32 biSize
 
INT32 biWidth
 
INT32 biHeight
 
UINT16 biPlanes
 
UINT16 biBitCount
 
UINT32 biCompression
 
UINT32 biSizeImage
 
INT32 biXPelsPerMeter
 
INT32 biYPelsPerMeter
 
UINT32 biClrUsed
 
UINT32 biClrImportant
 

Detailed Description

Definition at line 37 of file include/winpr/image.h.

Field Documentation

◆ biBitCount

UINT16 WINPR_BITMAP_INFO_HEADER::biBitCount

Definition at line 43 of file include/winpr/image.h.

◆ biClrImportant

UINT32 WINPR_BITMAP_INFO_HEADER::biClrImportant

Definition at line 49 of file include/winpr/image.h.

◆ biClrUsed

UINT32 WINPR_BITMAP_INFO_HEADER::biClrUsed

Definition at line 48 of file include/winpr/image.h.

◆ biCompression

UINT32 WINPR_BITMAP_INFO_HEADER::biCompression

Definition at line 44 of file include/winpr/image.h.

◆ biHeight

INT32 WINPR_BITMAP_INFO_HEADER::biHeight

Definition at line 41 of file include/winpr/image.h.

◆ biPlanes

UINT16 WINPR_BITMAP_INFO_HEADER::biPlanes

Definition at line 42 of file include/winpr/image.h.

◆ biSize

UINT32 WINPR_BITMAP_INFO_HEADER::biSize

Definition at line 39 of file include/winpr/image.h.

◆ biSizeImage

UINT32 WINPR_BITMAP_INFO_HEADER::biSizeImage

Definition at line 45 of file include/winpr/image.h.

◆ biWidth

INT32 WINPR_BITMAP_INFO_HEADER::biWidth

Definition at line 40 of file include/winpr/image.h.

◆ biXPelsPerMeter

INT32 WINPR_BITMAP_INFO_HEADER::biXPelsPerMeter

Definition at line 46 of file include/winpr/image.h.

◆ biYPelsPerMeter

INT32 WINPR_BITMAP_INFO_HEADER::biYPelsPerMeter

Definition at line 47 of file include/winpr/image.h.


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