ReactOS 0.4.16-dev-1946-g52006dd
tagBITMAP Struct Reference

#include <wingdi.h>

Collaboration diagram for tagBITMAP:

Public Attributes

LONG bmType
 
LONG bmWidth
 
LONG bmHeight
 
LONG bmWidthBytes
 
WORD bmPlanes
 
WORD bmBitsPixel
 
LPVOID bmBits
 

Detailed Description

Definition at line 1866 of file wingdi.h.

Member Data Documentation

◆ bmBits

LPVOID tagBITMAP::bmBits

Definition at line 1873 of file wingdi.h.

Referenced by ClipboardReadBitmap(), START_TEST(), and test_dibsections().

◆ bmBitsPixel

WORD tagBITMAP::bmBitsPixel

◆ bmHeight

LONG tagBITMAP::bmHeight

Definition at line 1869 of file wingdi.h.

Referenced by BITMAP_GetObject(), draw_ole(), ME_GetOLEObjectSize(), and START_TEST().

◆ bmPlanes

WORD tagBITMAP::bmPlanes

Definition at line 1871 of file wingdi.h.

Referenced by BITMAP_GetObject(), and START_TEST().

◆ bmType

LONG tagBITMAP::bmType

Definition at line 1867 of file wingdi.h.

Referenced by START_TEST().

◆ bmWidth

LONG tagBITMAP::bmWidth

Definition at line 1868 of file wingdi.h.

Referenced by BITMAP_GetObject(), draw_ole(), ME_GetOLEObjectSize(), and START_TEST().

◆ bmWidthBytes

LONG tagBITMAP::bmWidthBytes

Definition at line 1870 of file wingdi.h.

Referenced by START_TEST().


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