typedef struct _CONTAINERTEXTDATA
{
L_INT nSize;
L_TCHAR * pszText;
L_UINT32 cbLength;
RECT rcText;
} CONTAINERTEXTDATA, *pCONTAINERTEXTDATA ;
The CONTAINERTEXTDATA structure holds information on a text object.
Size of this structure.
Null-terminated text string.
The length of the text string.
Structure that contains the coordinates of the rectangle that contains the text.
The text font and alignment are specified through the CONTAINERMETRICS structure of the container.