|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winuser.h>

Public Attributes | |
| UINT | cbSize |
| int | iTabLength |
| int | iLeftMargin |
| int | iRightMargin |
| UINT | uiLengthDrawn |
| UINT DRAWTEXTPARAMS::cbSize |
Definition at line 3205 of file winuser.h.
Referenced by DrawTextA(), DrawTextExA(), DrawTextExWorker(), DrawTextW(), and test_DrawTextCalcRect().
| int DRAWTEXTPARAMS::iLeftMargin |
Definition at line 3207 of file winuser.h.
Referenced by DrawTextExWorker(), and test_DrawTextCalcRect().
| int DRAWTEXTPARAMS::iRightMargin |
Definition at line 3208 of file winuser.h.
Referenced by DrawTextExWorker(), and test_DrawTextCalcRect().
| int DRAWTEXTPARAMS::iTabLength |
Definition at line 3206 of file winuser.h.
Referenced by DrawTextA(), DrawTextExWorker(), DrawTextW(), and test_DrawTextCalcRect().
| UINT DRAWTEXTPARAMS::uiLengthDrawn |
Definition at line 3209 of file winuser.h.
Referenced by DrawTextExWorker(), and test_DrawTextCalcRect().