SOPutSubdocInfo

Outputs subdocument data.

VOID SOPutSubdocInfo(

WORD wType,  
WORD wSubType,  
HPROC reserved  
);  

Parameters

wType

Type of data. This parameter can be one of these values:

SO_COMMENT The data is a comment.
SO_FOOTER The data applies to the document footer.
SO_FOOTNOTE The data applies to a footnote.
SO_HEADER The data applies to the document header.

wSubType

Subtype of data. This parameter can be one of these values:

SO_BOTH The data is for a header or footer on both left and right pages. This value is used with SO_HEADER or SO_FOOTER.
SO_LEFT The data is for a header or footer on even pages only. This value is used with SO_HEADER or SO_FOOTER.
SO_RIGHT The data is for a header or footer on odd pages only. This value is used with SO_HEADER or SO_FOOTER.
0 through 65535 The 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 Values

None.