McWaitSignal
Allows a thread to wait for a specific MultiCam signal occurrence.
[C] MCSTATUS McWaitSignal( |
Parameters
Instance
Handle of the channel or processor instance that generates the signal.
Signal
Identifier of the signal to be waited for.
Timeout
Timeout duration expressed in milliseconds.
To disable the timeout, use INFINITE.
SignalInformation
Signal information structure pointer. The structure is updated with the signal information when the function completes successfully.
See Also