GlobalSharedmemory Overview

Allocate and use (share) memory in all Processes with these library

PureLibraries used: MemoryExtension


PBOSL_GlobalSharedmemory

PBOSL_AllocateMemoryGlobal()

(Name of Memory as String, Size of Memory [in Bytes] as LONG )Return the Pointer to the memory (same as with Allocatememory)

PBOSL_FreeMemoryGlobal()

(MemoryPointer as Long) free's the Block which is allocated before