Article ID: 129859
Article Last Modified on 11/21/2006
UINT cbSize - Contains the size of the structure. Use sizeof(PARAFORMAT). DWORD dwMask - Contains the attributes to set. For bullets, use PFM_NUMBERING | PFM_OFFSET. WORD wNumbering - Contains the value that specifies numbering options. For bullets, set this member equal to PFN_BULLET. LONG dxOffset - Contains the value that specifies indentation of the second line and subsequent lines, relative to the starting indentation. For bullets, this value must be positive because the bullet is displayed in the area between the starting indentation and the offset. If this value is too small, the bullets are not displayed.Richedit 1.0 uses only PARAFORMAT structure. Richedit 2.0 or later can use either the PARAFORMAT structure or the PARAFORMAT2 structure.
Keywords: kbctrl kbhowto kbrichedit KB129859