ReactOS 0.4.16-dev-306-g647d351
|
#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 1427 of file wingdi.h.
Referenced by ClipboardReadBitmap(), START_TEST(), and test_dibsections().
WORD tagBITMAP::bmBitsPixel |
Definition at line 1426 of file wingdi.h.
Referenced by BITMAP_GetObject(), CreateCompatibleBitmap(), IntCreateCompatibleBitmap(), and START_TEST().
LONG tagBITMAP::bmHeight |
Definition at line 1423 of file wingdi.h.
Referenced by BITMAP_GetObject(), ME_DrawOLE(), ME_GetOLEObjectSize(), and START_TEST().
WORD tagBITMAP::bmPlanes |
Definition at line 1425 of file wingdi.h.
Referenced by BITMAP_GetObject(), and START_TEST().
LONG tagBITMAP::bmType |
Definition at line 1421 of file wingdi.h.
Referenced by START_TEST().
LONG tagBITMAP::bmWidth |
Definition at line 1422 of file wingdi.h.
Referenced by BITMAP_GetObject(), ME_DrawOLE(), ME_GetOLEObjectSize(), and START_TEST().
LONG tagBITMAP::bmWidthBytes |
Definition at line 1424 of file wingdi.h.
Referenced by START_TEST().