Microsoft DirectX 8.1 (Visual Basic) |
Sets the state of an event object to signaled.
object.SetEvent( _ eventid As Long)
If the method fails, an error is raised and Err.Number is set.
This method is used primarily for testing purposes. Microsoft® DirectX® automatically sets all created event objects to be signaled when an appropriate event occurs.