ITcPlcLibraryManager::InstallLibrary
Installs a library into an existing library repository.
HRESULT InstallLibrary(BSTR bstrRepositoryName, BSTR bstrLibPath, VARIANT_BOOL bOverwrite);
Parameters
bstrRepositoryName |
[in] : Name of repository, where the library should be inserted |
bstrLibPath |
[in] : Path to the library |
bOverwrite |
[in] : If another library already exists, set this parameter to overwrite it |
Return Values
S_OK |
Library installation successful. |