Contents Index Topic Contents | ||
Previous Topic: SOPutFontTableEntry Next Topic: SOPutMoreText |
SOPutHdrEntry
Sets strings for the header information.
Syntax
VOID SOPutHdrEntry( char VWPTR *pLabel, char VWPTR *pData, WORD wId, HPROC reserved );Parameters
- pLabel
- Label that the display engine should use when presenting this value.
- pData
- Value to display.
- wId
- Identifier for this item that the display engine and filter agree upon.
- reserved
- Reserved; do not use.
Return Values
No return value.
Remarks
This function can only be called from the VwStreamSectionFunc function.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.