|
Status Callback Functions
A capture window can send messages to the status callback function while
capturing video to disk or during other lengthy operations to notify your
application of the progress of an operation. The status information 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. During capture operations, the first message sent to the
callback function is always IDS_CAP_BEGIN and the last is always IDS_CAP_END. A
message identifier of zero indicates a new operation is starting and the
callback function should clear the current status.
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
|