SOPutSubdocInfoSOPutSubdocInfo*
*Contents  *Index  *Topic Contents
*Previous Topic: SOPutSpecialCharX
*Next Topic: SOPutTableCellInfo

SOPutSubdocInfo

Outputs subdocument data.

Syntax


VOID SOPutSubdocInfo(
    WORD wType,     
    WORD wSubType,  
    HPROC reserved  
);

Parameters

wType
Type of data. This parameter can be one of these values:
SO_COMMENTThe data is a comment.
SO_FOOTERThe data applies to the document footer.
SO_FOOTNOTEThe data applies to a footnote.
SO_HEADERThe data applies to the document header.
wSubType
Subtype of data. This parameter can be one of these values:
SO_BOTHThe data is for a header or footer on both left and right pages. This value is used with SO_HEADER or SO_FOOTER.
SO_LEFTThe data is for a header or footer on even pages only. This value is used with SO_HEADER or SO_FOOTER.
SO_RIGHTThe data is for a header or footer on odd pages only. This value is used with SO_HEADER or SO_FOOTER.
0 through 65535The data is a footnote number. This value is used with SO_FOOTNOTE only.
If wType is SO_COMMENT, no subtype is needed.
reserved
Reserved; do not use.

Return Value


No return value.


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