%SHMGET

%SHMGET


%SHMDT Index Level %SOCKET
Syntax shmid = %SHMGET( key, size, shmflg )
Category BASIC
Type C Function
Description creates a shared memory segment and returns a shared memory identifier.

Valid values for "key" and "shmflg" are defined in "shm.h" and "ipc.h". See the Unix Programmer's guide.
Options
See Also %SHMAT %SHMDT c function CFUNCTION
Example
Warnings
Compatibility D3/Unix
%SHMDT Index Level %SOCKET