Name
ForceEventLoopIteration -- wake up WaitEvents() (V6.0)
Synopsis
void ForceEventLoopIteration(struct hwTagList *tags);
Function
This function must wake up your WaitEvents() implementation and make it return control to Hollywood. Hollywood will call ForceEventLoopIteration() from worker threads whenever it needs control back from your plugin.

The tag list parameter is reserved for future use. It's currently always NULL.

This function must be implemented in a thread-safe way.

Inputs
t
tag list containing additional parameters (currently always NULL)

Show TOC