The Library SysLibShm.libΒΆ

This library provides functions for accessing a memory area which is used in common by several processes resp. referencing a physical address (Shared-Memory, shortcut ShM).

The library functions can be used to open and to close the ShM and to read and write from it. The reading, writing and closing functions need the handle which is returned by the opening function.

The execution is synchronous.