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

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] | |
| }; | |
Definition at line 509 of file ntgdityp.h.
| union { ... } _GDIBSTEXTOUT::@5436 |
| ULONG _GDIBSTEXTOUT::Buffer[1] |
Definition at line 529 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| UINT _GDIBSTEXTOUT::cbCount |
Definition at line 522 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| COLORREF _GDIBSTEXTOUT::crBackgroundClr |
Definition at line 513 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| COLORREF _GDIBSTEXTOUT::crForegroundClr |
Definition at line 512 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| FLONG _GDIBSTEXTOUT::flTextAlign |
Definition at line 525 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| GDIBATCHHDR _GDIBSTEXTOUT::gbHdr |
Definition at line 511 of file ntgdityp.h.
| HANDLE _GDIBSTEXTOUT::hlfntNew |
Definition at line 524 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| DWORD _GDIBSTEXTOUT::iCS_CP |
Definition at line 521 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| LONG _GDIBSTEXTOUT::lBkMode |
Definition at line 514 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| UINT _GDIBSTEXTOUT::Options |
Definition at line 519 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| POINTL _GDIBSTEXTOUT::ptlViewportOrg |
Definition at line 526 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| RECT _GDIBSTEXTOUT::Rect |
Definition at line 520 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| UINT _GDIBSTEXTOUT::Size |
Definition at line 523 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| WCHAR _GDIBSTEXTOUT::String[2] |
Definition at line 528 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| ULONG _GDIBSTEXTOUT::ulBackgroundClr |
Definition at line 516 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| ULONG _GDIBSTEXTOUT::ulForegroundClr |
Definition at line 515 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| int _GDIBSTEXTOUT::x |
Definition at line 517 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().
| int _GDIBSTEXTOUT::y |
Definition at line 518 of file ntgdityp.h.
Referenced by ExtTextOutW(), and GdiFlushUserBatch().