OpenDOF Project
DOF_PCR_DECLSPEC PCRStatus PCREvent_Wait ( PCREvent  evt,
uint32  time 
)

Wait for an event to occur.

If the event is already signaled, this operation will return without blocking.

The event must be a valid PCREvent. The event must not be destroyed while it is being waited upon.

Parameters
evtThe event for which to wait. This may not be NULL.
timeMaximum time to wait, in milliseconds, or PCRTIMEOUT_FOREVER to wait indefinitely.
Returns
Returns a status code:
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22