Name |
GetCRC32 |
||||||||
Purpose |
Calculate CRC32 checksums for the LicProtector.dll and any other file. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
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 |