ReactOS 0.4.15-dev-7953-g1f49173
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 1420 of file wingdi.h.

Member Data Documentation

◆ bmBits

LPVOID tagBITMAP::bmBits

Definition at line 1427 of file wingdi.h.

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

◆ bmBitsPixel

WORD tagBITMAP::bmBitsPixel

◆ bmHeight

LONG tagBITMAP::bmHeight

Definition at line 1423 of file wingdi.h.

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

◆ bmPlanes

WORD tagBITMAP::bmPlanes

Definition at line 1425 of file wingdi.h.

Referenced by BITMAP_GetObject(), and START_TEST().

◆ bmType

LONG tagBITMAP::bmType

Definition at line 1421 of file wingdi.h.

Referenced by START_TEST().

◆ bmWidth

LONG tagBITMAP::bmWidth

Definition at line 1422 of file wingdi.h.

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

◆ bmWidthBytes

LONG tagBITMAP::bmWidthBytes

Definition at line 1424 of file wingdi.h.

Referenced by START_TEST().


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