tibasEventBrowser_Next()

Returns the next event for the space that is being browsed.

Declaration

tibas_status tibasEventBrowser_Next(
    tibasEventBrowser eventBrowser,
    tibasSpaceEvent* spaceEvent)

Parameters

Parameter Description
eventBrowser Specifies the event browser for which to return the next event.
spaceEvent The event returned by the function.

Remarks

Use the tibasEventBrowser_Next() function to get the next event for a space for which you have implemented an event browser.

If the event browser times out while waiting for a new event, the function returns NULL.