BWIEnd (full)
Use this to de-initialise Bank Wizard, invalidating all handles. If you set full to true (any non-zero value), all runtime settings are lost and all memory that has been allocated for handles is freed.
You should not initialise and de-initialise Bank Wizard between calls to other API functions.
|
Only use this function when you are developing your application. |
full |
Long integer. Set this to any non-zero value to run a full de-initialisation.
This closes down the application freeing all memory and runtime settings. Set to 0 to keep the runtime settings and the memory used to store handle data allocated. However all handles will still become invalid. This closes down the application but leaves the memory allocated. |