[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

SumLibrary

Compute and check the checksum on a library

Declaration

Source position: exec.pas line 1279

procedure SumLibrary(

  Library_: PLibrary

);

Description

SumLibrary computes a new checksum on a library. It can also be used to check an old checksum. If an old checksum does not match, and the library has not been marked as changed, then the system will call Alert.

This call could also be periodically made by some future system-checking task.

See also

SetFunction

  

Change a function vector in a library


Documentation generated on: 2017-01-10