SOPutCharSOPutChar*
*Contents  *Index  *Topic Contents
*Previous Topic: SOPutBreak
*Next Topic: SOPutCharAttr

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 within the range of displayable characters.

Syntax


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 Value


No return value.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.