SOPutChar

Outputs a character, applying the current font, height, and attributes.

The character is assumed to belong to the character set selected by the open function and is countable and visible.

VOID SOPutChar(

    WORD wCh,

 

    HPROC reserved

 

   );

 

 

Parameters

wCh

Character value. This parameter must be within the range specified by the current character set.

reserved

Reserved; do not use.

 

Return Values

None.