Sets a tab stop for the paragraph.
The file parser must call the SOStartTabStops 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 SOEndTabStops function after setting the last tab stop.
VOID SOPutTabStop(
PSOTAB pTabs, | |
HPROC reserved | |
); |
None.