MMF

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

MMF

 

Description

 

Module implements functions working with Memory Mapped Files (MMF), a convenient way to share memory between different process/scripts.

The main advantage of MMF is that memory files created are shared by any windows process opening the same name file.

 

Programmer can use one or more MMF to quickly share data between separated process.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "MMF"

 

Reference

 

https://docs.microsoft.com/en-us/dotnet/standard/io/memory-mapped-files