|
SOGetScanLineBuffer
Retrieves the address of the buffer for storing the current scan line.
This function is called from the VwStreamReadFunc function for each scan line produced.
This function sets the variable pointed to by ppScanLineData to the address where the scan line data should be built.
WORD SOGetScanLineBuffer(
VOID VWPTR *ppScanLineData,
|
| HPROC reserved
|
| );
|
|
Parameters
ppScanLineData
Address of the variable that receives the address of the scan line data buffer.
reserved
Reserved; do not use.
Return Values
Returns the size, in bytes, of the scan line data buffer. The size is the
maximum number of bytes that may be accessed using the returned address and is
guaranteed to be sufficient to hold a scan line as wide as the entire tile.
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
|