If the function succeeds, the return value is the status of FileAdapter automatic mode
flag. Default value is FALSE.
Description:
Use FAdpGetAutoMode to get status of the flag that defines if
HNFileAdapter is working in the automatic mode.
Automatic mode of the HNFileAdapter object sets its working
in the context of its internal thread. For read/write operations in the automatic mode please use
FAdpOpenFile/FAdpCreateFile
respectively.
To change AutoMode flag status please use FAdpSetAutoMode
function.
To work with HNFileAdapter in AutoMode you should use HNQueue
together with it (see HNFileAdapter.Queue property [Get/Set]).