ReactOS 0.4.15-dev-7842-g558ab78
_GDIBSPATBLT Struct Reference

#include <ntgdityp.h>

Collaboration diagram for _GDIBSPATBLT:

Public Attributes

GDIBATCHHDR gbHdr
 
int nXLeft
 
int nYLeft
 
int nWidth
 
int nHeight
 
HANDLE hbrush
 
DWORD dwRop
 
COLORREF crForegroundClr
 
COLORREF crBackgroundClr
 
COLORREF crBrushClr
 
INT IcmBrushColor
 
POINTL ptlViewportOrg
 
ULONG ulForegroundClr
 
ULONG ulBackgroundClr
 
ULONG ulBrushClr
 

Detailed Description

Definition at line 462 of file ntgdityp.h.

Member Data Documentation

◆ crBackgroundClr

COLORREF _GDIBSPATBLT::crBackgroundClr

Definition at line 472 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ crBrushClr

COLORREF _GDIBSPATBLT::crBrushClr

Definition at line 473 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ crForegroundClr

COLORREF _GDIBSPATBLT::crForegroundClr

Definition at line 471 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ dwRop

DWORD _GDIBSPATBLT::dwRop

Definition at line 470 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ gbHdr

GDIBATCHHDR _GDIBSPATBLT::gbHdr

Definition at line 464 of file ntgdityp.h.

◆ hbrush

HANDLE _GDIBSPATBLT::hbrush

Definition at line 469 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ IcmBrushColor

INT _GDIBSPATBLT::IcmBrushColor

Definition at line 474 of file ntgdityp.h.

◆ nHeight

int _GDIBSPATBLT::nHeight

Definition at line 468 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ nWidth

int _GDIBSPATBLT::nWidth

Definition at line 467 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ nXLeft

int _GDIBSPATBLT::nXLeft

Definition at line 465 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ nYLeft

int _GDIBSPATBLT::nYLeft

Definition at line 466 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ ptlViewportOrg

POINTL _GDIBSPATBLT::ptlViewportOrg

Definition at line 475 of file ntgdityp.h.

◆ ulBackgroundClr

ULONG _GDIBSPATBLT::ulBackgroundClr

Definition at line 477 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ ulBrushClr

ULONG _GDIBSPATBLT::ulBrushClr

Definition at line 478 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().

◆ ulForegroundClr

ULONG _GDIBSPATBLT::ulForegroundClr

Definition at line 476 of file ntgdityp.h.

Referenced by GdiFlushUserBatch(), and PatBlt().


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