tibasEventBrowserDef_GetTimeout()

Gets the timeout value associated with the event browser definition.

Declaration

tibas_status tibasEventBrowserDef_GetTimeout
(tibasEventBrowserDef eventBrowserDef,
tibas_long        timeout)

Parameters

Parameter Description
eventBrowserDef Specifies the eventBrowserDef for which you want to return the timeout value.
timeout The timeout in milliseconds or TIBAS_NO_WAIT.

Remarks

Use the tibasEventBrowserDef_GetTimeout() function to return the timeout value currently set for a specified eventBrowserDef.

The timeout value can be one of the following:

The timeout value in milliseconds.

TIBAS_NO_WAIT
Specifies that the browser will not wait before executing another tibasEventBrowser_Next() operation