SOPutCharXSOPutCharX*
*Contents  *Index  *Topic Contents
*Previous Topic: SOPutCharHeight
*Next Topic: SOPutColumnInfo

SOPutCharX

Outputs a character, applying the specified character type. The character is assumed to belong to the character set selected by the open function.

Syntax


VOID SOPutCharX(
    WORD wCh,       
    WORD wType,     
    HPROC reserved  
);

Parameters


wCh
Character value. This parameter must be within the range specified by the current character set.
wType
Type flag. This parameter can be one or more of these values:
SO_COUNTThe character is countable and may be deleted. Characters without this value are for display purposes and do not enter into character count calculations for write-back.
SO_HIDDENThe character is not visible on the display.
SO_LIMITEDITConsecutive characters of this type will be deleted as a group. No write-back command will begin on one of these characters, but it may encompass a group of these characters.
reserved
Reserved; do not use.

Return Value


No return value.


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