tibasEventBrowserDef_Create()

Creates a new instance of an EventBrowserDef.

Declaration

tibas_status tibasEventBrowserDef_Create
(tibasEventBrowserDef*        eventBrowserDef)

Parameters

Parameter Description
eventBrowserDef The new instance of an EventBrowserDef returned by the function.

Remarks

Use the tibasEventBrowserDef_Create() function to create an EventBrowserDef object. The browserDef defines the characteristics of an event browser, which allows your application to browse through the tuples in a space based on the browser characteristics defined in the browserDef.

The space browser is created when you pass the eventBrowserDef to the tibasMetaspace_BrowseEvents() function or the tibasSpace_BrowseEvents() function.

If you create the event browser definition by calling tibasEventBrowserDef_Create(), then you must set the attributes of the browser by calling additional tibasEventBrowserDef functions. Call:

You can both create the browser and directly set the browser attributes by calling the tibasEventBrowserDef_CreateEx() function.