|
Function ''SetCheckPoint()'' |
|
|
Creates a new check point or updates an existing check point in the security system. Syntax: SetCheckPoint(checkpointname, checkpointdesc)
Parameters: checkpointname the name of the check point to create or to update. checkpointdesc the check point description.
Completion Codes: 0: Normal completion 12: Syntax error or Security Broker error
Example: SetCheckPoint('CAN_DELETE_ORDER_RECORDS','Authority to delete the order records')
|