@SMOPEN[ size, name ] - Open and return a handle to shared memory.

 

size - The size of shared memory (in bytes)

 

name - The name of the shared memory. The name can have a "Global\" or "Local\" prefix to create the object in the global or session namespace. If the name is "Global\", then only an elevated session can open the shared memory.