This section discusses the posting of messages in video post. There are three message types supported:
These messages are sent via the Window API SendMessage() function listed below. The arguments for each message are listed as well as a single example of use.
LRESULT SendMessage( HWNDhwnd, // handle of destination window UINTuMsg, // message to send WPARAMwParam, // first message parameter LPARAMlParam // second message parameter );
Sent by the plug-in to notify the host of its current progress.
Sent by the plug-in to check for process interruption. The host should set *lParam to FALSE if it's OK to continue or TRUE to abort the process.
Sent by the plug-in to display an optional text message to the "Progress Report" dialog while rendering in Video Post.