Navigation:  Function Reference >

SetVerificationID

Previous pageReturn to chapter overviewNext page

 

Name

SetVerificationID                                                                                    

Purpose

Sets the ID for the CheckLicence call. That is needed for the “Transfer” and “Adopt”-Button on the Licence Viewer

Params

Parameter

Type

Example

Note

ID

String

ID4711

This value is used for the next “Transfer” or “Adopt” action

Returncode

Returncode

Type Integer

Note

0

The Verification ID was successfully set

All other values see return codes

The operation was not successful

Usage

Sets the value that is necessary for the next implicit CheckLicence call triggered by the Licence Viewers “Transfer” and “Adopt” button

Notice: You should explicitly set the value in the CheckLicence and DeactivateLicence call, even if you have set it with SetVerificationID

Notice: A CheckLicence-call will do an implicit SetVerificationID

Sample

 

  iRes := lic.SetVerificationID(ID4711);

  if iRes = 0 then

  begin

     << Verification ID successfully set. Licence Viewers Transfer now has the necessary parameter. >>

  ...

  end

See also

SetVerificationProduct, CheckLicence, DeactivateLicence, LicenceVerification, NextVerification

 

 


Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.5/help2000/index.html?fr_setverificationid.htm