|
capFileSetInfoChunk
The capFileSetInfoChunk macro sets and clears information chunks. Information chunks can be inserted
in an AVI file during capture to embed text strings or custom data. You can use
this macro or explicitly call the WM_CAP_FILE_SET_INFOCHUNK message.
BOOL capFileSetInfoChunk(
Parameters
hwnd
Handle of a capture window.
lpInfoChunk
Address of a CAPINFOCHUNK structure defining the information chunk to be created or deleted.
Return Values
Returns TRUE if successful or FALSE otherwise.
If an error occurs and an error callback function is set using the capSetCallbackOnError macro, the error callback function is called.
Remarks
Multiple registered information chunks can be added to an AVI file. After an
information chunk is set, it continues to be added to subsequent capture files
until either the entry is cleared or all information chunk entries are cleared.
To clear a single entry, specify the information chunk in the fccInfoID member and NULL in the lpData member of the CAPINFOCHUNK structure. To clear all entries, specify NULL in fccInfoID.
See Also
CAPINFOCHUNK, capSetCallbackOnError, WM_CAP_FILE_SET_INFOCHUNK
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
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
|