Name |
DeactivateLicence |
||||||||||||||
Purpose |
Contacts the Licence Protector Web Activation server to deactivate a license and therefore allow another computer to use that license. This function has to be used to implement “Moving licenses”. |
||||||||||||||
Params |
|
||||||||||||||
Returncode |
|
||||||||||||||
Usage |
Used to transfer a license. |
||||||||||||||
Sample |
iRes := lic.Deactivatelicense(‘’, ‘abc4711’); if iRes = 0 then begin << license successfully transfered >> ... end else if iRes = 3001 then begin << Web Activation could not be reached, please check connection >> ... end else if iRes = 3015 then begin << that license was not validated before >> ... end else if iRes = 3030 then begin << that license can not be deactivated.>> ... end else begin << other errors >>> ...
|
||||||||||||||
See also |
CheckLicence, licenseVerification, NextVerification, WebServiceURL, ShowWAStartPage, ShowWAProgressPage, ShowWAResultPage, UseLocalProxy, UseLocalIEProxy, LocalProxyServer, LocalProxyPort, Projectname |
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?fr_deactivatelicence.htm