SOPutSpecialCharXSOPutSpecialCharX*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SOPutSectionType
*Next Topic: SOPutSubdocInfo

SOPutSpecialCharX

Outputs a special character, applying the specified character type.

Syntax


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

Parameters

wCh
Character value. This parameter can be one of these values:
SO_CHDATEAutomatic current date
SO_CHHHYPHENNonbreaking hyphen
SO_CHHLINEHard line break
SO_CHHPAGEHard page break
SO_CHHSPACENonbreaking space
SO_CHPAGENUMBERAutomatic page number
SO_CHSHYPHENHyphen
SO_CHTABTab
SO_CHTIMEAutomatic current time
SO_CHUNKNOWNDefault character
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.