|
Error
A capture window uses error notification messages to notify your application
of AVICap errors, such as running out of disk space, attempting to write to a
read-only file, failing to access hardware, or dropping too many frames. The
content of an error notification includes a message identifier and a formatted text
string ready for display. Your application can use the message identifier to
filter the notifications and limit the messages to present to the user. A
message identifier of zero indicates a new operation is starting and the callback
function should clear any displayed error message.
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
|