You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Функция ActivateGuardantSPDongle проводит полностью весь процесс активации.

    int __stdcall ActivateGuardantSPDongle(const char* szGrdSPLicenseFileName,
            const char* szURL,
            const char* szSerialNumber,
            const char* szProxyName,
            const char* szProxyPassword);

    szGrdSPLicenseFileName

    имя файла, где находятся сведения о лицензии

    szURL

    адрес URL сервера. По умолчанию https://activation.guardant.ru/activationservice.svc

    szSerialNumber

    серийный номер лицензии

    szProxyName имя Proxy - сервера (в ряде случаев может быть NULL)
    szProxyPassword пароль входа на Proxy- сервер (в ряде случаев может быть NULL
    Функция ActivateGuardantSPDongle проводит полностью весь процесс активации ключей Guardant SP в on-line режиме.
    • No labels