Navigation:  Function Reference >

GetCRC32

Previous pageReturn to chapter overviewNext page

 

Name

GetCRC32                                                                                               

Purpose

Calculate CRC32 checksums for the LicProtector.dll and any other file.

Params

Parameter

Type

Example

Note

Filename

String

C:\temp\myfile.exe

Absolute path to the file that has to be calculated.

My be empty for testing the LicProtector.dll.

Returncode

Returncode

Type String

Note

Hex

CRC32 checksum as hex-string

Usage

E.g. to check whether a file was manipulated

Sample

 

  sCRC32 := lic.GetCRC32(c:\temp\myapp.txt);

  << in sCRC32 is now the checksum as hex-string >>

  ...

See also

 

 

 


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