SOPutHdrEntry

Sets strings for the header information.

This function can only be called from the VwStreamSection function.

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

None.