|
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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|