SOPutTabStop

Sets a tab stop for the paragraph.

The file parser must call the SOStartTabStops0DYLZ8 function before calling this function and can set multiple tab stops for a paragraph by calling it multiple times. The file parser must not call any other output function while setting tab stops and must call the SOEndTabStopsRVVZH function after setting the last tab stop.

VOID SOPutTabStop(

    PSOTAB pTabs,

 

    HPROC reserved

 

   );

 

 

Parameters

pTabs

Address of the SOTABLQAHKY structure containing the tab stop information.

reserved

Reserved; do not use.

 

Return Values

None.