Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfmem2disk()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfMem2Disk()
Permits to save the contents of RAM to disk
------------------------------------------------------------------------------
Syntax:

     dfMem2Disk(<cFileName>,<nBlock>) --> lSuccess

Parameters:

     <cFileName> Name of the file to DUMP the memory contents.
     DEFAULT "dump.mem"
     <nBlock>   Number of Blocks from 64KB to write on disk
     The maximum value must not be larger then 256 blocks(16MB)

Returns:

     <lSuccess> If .T. the memory dump was good  .F. not able to write the
     contents of all the memory to disk, but only one part

Description:

     Permit of take the contents of all the RAM and write it to disk.
     
     NB This function only usable with BLINKER in protected mode

Example:

     dfMem2Disk()

See also:

     dfDSAvail()

See Also: dfDSAvail()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson