Licence Protector

GetCopyProtection

Hide Navigation Pane

GetCopyProtection

Previous topic Next topic No directory for this topic  

GetCopyProtection

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

 

You can retrieve the type of copy protection, which is enabled in the license file.

 

 

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.