ReactOS 0.4.15-dev-7906-g1b85a5f
_DIBITMAP Struct Reference

#include <desk.h>

Collaboration diagram for _DIBITMAP:

Public Attributes

BITMAPINFOinfo
 
BYTEbits
 
UINT width
 
UINT height
 

Detailed Description

Definition at line 43 of file desk.h.

Member Data Documentation

◆ bits

BYTE* _DIBITMAP::bits

Definition at line 46 of file desk.h.

Referenced by DibFreeImage(), and DibLoadImage().

◆ height

UINT _DIBITMAP::height

Definition at line 48 of file desk.h.

Referenced by DibLoadImage().

◆ info

BITMAPINFO* _DIBITMAP::info

Definition at line 45 of file desk.h.

Referenced by DibFreeImage(), and DibLoadImage().

◆ width

UINT _DIBITMAP::width

Definition at line 47 of file desk.h.

Referenced by DibLoadImage().


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