SOPutParaMargins

Sets paragraph margins. The margins are relative to the left or right edge of the page.

VOID SOPutParaMargins(

    LONG dwLeft,

 

    LONG dwRight,

 

    HPROC reserved

 

   );

 

 

Parameters

dwLeft

Width, in twips, of the left margin.

dwRight

Width, in twips, of the right margin.

reserved

Reserved; do not use.

 

Return Values

None.