GetCopyProtection

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

 

You can retrieve the type of copy protection which is used in the license file which delivers 0 for none, 1 for VolumeID, 2 for MAC address and 3 for Hostname.

 

See also GetInstCode to retrieve the installation code.

 

 

Name

GetCopyProtection                                                                              

Purpose

Gets the active type of Copy Protection

Params

none

Returncode

Returncode

Type Integer

Note

0

No copy protection (or usage of licenseID)

1 to X

1 = Volume ID

2 = MAC address etc.

Complete list of all installation codes / hardware IDs

Usage

E.g. to check what type of copy protection is used

Sample

 

  iProt := lic.GetCopyProtection;

  << in iProt is now the copy protection type >>

  ...

See also

copy protection, GetInstcode, Prepare

 

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