PickBASIC / FlashBASIC
%shmget() function
.mdThe %shmget() function creates a shared memory segment and returns a shared memory identifier.
For Windows: Not Supported
Syntax
shmid = %shmget(key, size, shmflg)
Description
Valid values for key and shmflg are defined in shm.h and ipc.h. See the UNIX system documentation.