Unit SACC

Simple AntiCopy Component version 2.11 Author : Oleg Subachev 45A - 11, Zavodskaya St., V-109 Ekaterinburg, 620109, Russia e-mail: soi@urvb.e-burg.su Version history: 2.00 - initial published version 2.01 - slight improvements 2.10 - the problem with opening to modify it running under WIN32 .EXE file is solved 2.11 - included new function (FIND_ID_32) with source for finding ID in file FIND_ID_32 works only under Win32 FIND_ID_FROM_END from FIND_ID.DCU works under both Win32 and Win16 {$B-} {$IFDEF WIN32} {$DEFINE USE_FIND_ID_32} // define this to use FIND_ID_32 {$ENDIF} {$IFDEF VER100} {$ASSERTIONS ON} {$ENDIF

Classes

TSACC -

Functions

Register - TSACC

TSACC.

Types

TSACCOption
TSACCOptions

Constants

Variables


Functions


procedure Register;

TSACC

TSACC.SetOptions


Types


TSACCOption = (
                 START_DR,               { check for application's start drive }
                 FULL_PATH                 { check for application's full path }
                );
Copyright (C) 1992-98 by Oleg Subachev, Ekaterinburg, Russia
TSACCOptions = set of TSACCOption
check for application's full path

Constants


Variables