Description
|
Performs housekeeping. |
Parameters |
None. |
Returns |
None. |
Notes |
This call should be made once only when a
program has finished using the API, typically when it terminates. Do
not call other API functions after this call. TBApiInit must be called at the beginning of the program. A program should not repeat TBApiOpen /
TBApiTemrinate calls. |
Visual C++
Declaration/example
void TBAPI TBApiTerminate();
// All done
with the API…
TBApiTerminate();
Public Declare Function TBApiTerminate Lib "TBapi" Alias "_DLL_TBApiTerminate@0" ()
‘ All done
with the API…
TBApiTerminate