|
AVIStreamReadData
The AVIStreamReadData function reads optional header data from a stream.
STDAPI AVIStreamReadData(
PAVISTREAM pavi,
|
| DWORD ckid,
|
| LPVOID lpData,
|
| LONG * lpcbData
|
| );
|
|
Parameters
pavi
Handle of an open stream.
ckid
Four-character code identifying the data.
lpData
Address of the buffer to contain the optional header data.
lpcbData
Address of the location that specifies the buffer size used for lpData. If the read is successful, AVIFile changes this value to indicate the amount
of data written into the buffer for lpData.
Return Values
Returns zero if successful or an error otherwise. The return value
AVIERR_NODATA indicates the system could not find any data with the specified chunk
identifier.
Remarks
This function retrieves only optional header information from the stream. This
information is custom and does not have a set format.
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 Programmer's Reference (win32.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
|