|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wingdi.h>

Public Attributes | |
| LONG | bmType |
| LONG | bmWidth |
| LONG | bmHeight |
| LONG | bmWidthBytes |
| WORD | bmPlanes |
| WORD | bmBitsPixel |
| LPVOID | bmBits |
| LPVOID tagBITMAP::bmBits |
Definition at line 1873 of file wingdi.h.
Referenced by ClipboardReadBitmap(), START_TEST(), and test_dibsections().
| WORD tagBITMAP::bmBitsPixel |
Definition at line 1872 of file wingdi.h.
Referenced by BITMAP_GetObject(), CreateCompatibleBitmap(), IntCreateCompatibleBitmap(), and START_TEST().
| LONG tagBITMAP::bmHeight |
Definition at line 1869 of file wingdi.h.
Referenced by BITMAP_GetObject(), draw_ole(), ME_GetOLEObjectSize(), and START_TEST().
| WORD tagBITMAP::bmPlanes |
Definition at line 1871 of file wingdi.h.
Referenced by BITMAP_GetObject(), and START_TEST().
| LONG tagBITMAP::bmType |
Definition at line 1867 of file wingdi.h.
Referenced by START_TEST().
| LONG tagBITMAP::bmWidth |
Definition at line 1868 of file wingdi.h.
Referenced by BITMAP_GetObject(), draw_ole(), ME_GetOLEObjectSize(), and START_TEST().
| LONG tagBITMAP::bmWidthBytes |
Definition at line 1870 of file wingdi.h.
Referenced by START_TEST().