BWITFree – Free handles not used within a given period

BWITFree (time)

Use this to help you debug. It frees all handles that have not been passed to the core by any API call within the time specified by the time parameter. Any handles freed by this function become invalid.

Use this if you suspect that your application is creating handles that it does not free. Each time a handle is passed to the core, the last used time is updated.

To determine the total number of handles currently in use, call BWIGetRuntime with item BWI_R_NUM_HANDLES.

Experian recommend that you only use this when developing your application.

Input parameter

time Long integer. Set this to the time in seconds.