|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | UseLicense (std::wstring const LicenseFileName) |
| void | ReleaseLicense (std::wstring const LicenseFileName) |
| void | ChangeToNetwork (std::wstring const ServerName) |
| void | ChangeToStandalone () |
| void | UseLicenseByName (std::wstring const LicenseName) |
| void | ReturnLeasedLicensesOnLogout () |
| void | GetCurrentLicenseInfo (std::wstring *ALicenseIds, std::wstring *ALicenseNames) |
| double | SubscriptionExpiryDate () |
| bool | IsSubscriptionCurrent () |
| void DXP::ILicenseManager::ChangeToNetwork | ( | std::wstring const | ServerName | ) |
| void DXP::ILicenseManager::ChangeToStandalone | ( | ) |
| void DXP::ILicenseManager::GetCurrentLicenseInfo | ( | std::wstring * | ALicenseIds, |
| std::wstring * | ALicenseNames ) |
| bool DXP::ILicenseManager::IsSubscriptionCurrent | ( | ) |
| void DXP::ILicenseManager::ReleaseLicense | ( | std::wstring const | LicenseFileName | ) |
| void DXP::ILicenseManager::ReturnLeasedLicensesOnLogout | ( | ) |
| double DXP::ILicenseManager::SubscriptionExpiryDate | ( | ) |
| void DXP::ILicenseManager::UseLicense | ( | std::wstring const | LicenseFileName | ) |
| void DXP::ILicenseManager::UseLicenseByName | ( | std::wstring const | LicenseName | ) |