ReactOS 0.4.15-dev-7968-g24a56f8
_GDIBSTEXTOUT Struct Reference

#include <ntgdityp.h>

Collaboration diagram for _GDIBSTEXTOUT:

Public Attributes

GDIBATCHHDR gbHdr
 
COLORREF crForegroundClr
 
COLORREF crBackgroundClr
 
LONG lBkMode
 
ULONG ulForegroundClr
 
ULONG ulBackgroundClr
 
int x
 
int y
 
UINT Options
 
RECT Rect
 
DWORD iCS_CP
 
UINT cbCount
 
UINT Size
 
HANDLE hlfntNew
 
FLONG flTextAlign
 
POINTL ptlViewportOrg
 
union {
   WCHAR   String [2]
 
   ULONG   Buffer [1]
 
}; 
 

Detailed Description

Definition at line 509 of file ntgdityp.h.

Member Data Documentation

◆ 

union { ... } _GDIBSTEXTOUT::@5109

◆ Buffer

ULONG _GDIBSTEXTOUT::Buffer[1]

Definition at line 529 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ cbCount

UINT _GDIBSTEXTOUT::cbCount

Definition at line 522 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ crBackgroundClr

COLORREF _GDIBSTEXTOUT::crBackgroundClr

Definition at line 513 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ crForegroundClr

COLORREF _GDIBSTEXTOUT::crForegroundClr

Definition at line 512 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ flTextAlign

FLONG _GDIBSTEXTOUT::flTextAlign

Definition at line 525 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ gbHdr

GDIBATCHHDR _GDIBSTEXTOUT::gbHdr

Definition at line 511 of file ntgdityp.h.

◆ hlfntNew

HANDLE _GDIBSTEXTOUT::hlfntNew

Definition at line 524 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ iCS_CP

DWORD _GDIBSTEXTOUT::iCS_CP

Definition at line 521 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ lBkMode

LONG _GDIBSTEXTOUT::lBkMode

Definition at line 514 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ Options

UINT _GDIBSTEXTOUT::Options

Definition at line 519 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ ptlViewportOrg

POINTL _GDIBSTEXTOUT::ptlViewportOrg

Definition at line 526 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ Rect

RECT _GDIBSTEXTOUT::Rect

Definition at line 520 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ Size

UINT _GDIBSTEXTOUT::Size

Definition at line 523 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ String

WCHAR _GDIBSTEXTOUT::String[2]

Definition at line 528 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ ulBackgroundClr

ULONG _GDIBSTEXTOUT::ulBackgroundClr

Definition at line 516 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ ulForegroundClr

ULONG _GDIBSTEXTOUT::ulForegroundClr

Definition at line 515 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ x

int _GDIBSTEXTOUT::x

Definition at line 517 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().

◆ y

int _GDIBSTEXTOUT::y

Definition at line 518 of file ntgdityp.h.

Referenced by ExtTextOutW(), and GdiFlushUserBatch().


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