ReactOS 0.4.15-dev-7788-g1ad9096
DRAWTEXTPARAMS Struct Reference

#include <winuser.h>

Collaboration diagram for DRAWTEXTPARAMS:

Public Attributes

UINT cbSize
 
int iTabLength
 
int iLeftMargin
 
int iRightMargin
 
UINT uiLengthDrawn
 

Detailed Description

Definition at line 3096 of file winuser.h.

Member Data Documentation

◆ cbSize

UINT DRAWTEXTPARAMS::cbSize

◆ iLeftMargin

int DRAWTEXTPARAMS::iLeftMargin

Definition at line 3099 of file winuser.h.

Referenced by DrawTextExWorker(), and test_DrawTextCalcRect().

◆ iRightMargin

int DRAWTEXTPARAMS::iRightMargin

Definition at line 3100 of file winuser.h.

Referenced by DrawTextExWorker(), and test_DrawTextCalcRect().

◆ iTabLength

int DRAWTEXTPARAMS::iTabLength

Definition at line 3098 of file winuser.h.

Referenced by DrawTextA(), DrawTextExWorker(), DrawTextW(), and test_DrawTextCalcRect().

◆ uiLengthDrawn

UINT DRAWTEXTPARAMS::uiLengthDrawn

Definition at line 3101 of file winuser.h.

Referenced by DrawTextExWorker(), and test_DrawTextCalcRect().


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