CA_FreeUnusedServers
void CA_FreeUnusedServers (void);
Purpose
Unloads server DLLs that you are no longer using.
For each server that is in DLL form, CA_UnloadUnusedServers unloads the server DLL if you have already called CA_DiscardObjectHandle on all object handles for that server. This includes object handles created by functions in this library or by an ActiveX server method. In an instrument driver generated by the ActiveX Controller Wizard, this includes the New, Open, and Active functions, and other functions that return an object handle.
This function has no effect on servers that are running in separate processes.
Parameters
None.
Return Value
None.
Additional Information
Library: ActiveX Library
Include file: cviauto.h
LabWindows/CVI compatibility: LabWindows/CVI 5.0 and later