Show/Hide Toolbars

Licence Protector 5

 

GetCopyProtection allows you to find out, which hardware ID is used for copy protection. If the license file has no copy protection enabled, the return value is 0.

 

 

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

 

 

See also GetInstCode to retrieve the installation code.