Use the tibasSpace_Browse() function to create an event browser on a specified space.
The browserType parameter specifies the type of browser, which can be one of the following:
Before you call this function, create a BrowserDef object by calling the tibasBrowserDef_Create() or
tibasBrowserDef_CreateEx() function and define the attributes of the event browser. You can do this directly when you specify the arguments for the
tibasBrowserDef_CreateEx() function, or by calling the BrowserDef functions, which let you specify the distribution scope and time scope plus a timeout value for the browser.
You can use the filter parameter to specify a filter that limits the events returned by the event browser.
After you create the event browser, use the tibasEventBrowser_Next() to iteratively return the next matching event in the space’s event stream.