|
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.
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
|