basic.%shmdt

C Function/BASIC Program, Releases: AP/Unix

Detaches from a shared memory segment.

Syntax

value=%shmdt( (char*)shmaddr)

Description

detaches the shared memory segment located at the address specified by 'shmaddr'.

See Also

Command Name Type Description
basic.cfunc Definition can be called from a Pick/BASIC program or subroutine in AP/DOS and AP/Unix implementations using a syntax similar to that of normal C.
basic.cfunction Definition Declare a list of C functions.
basic.%shmget C Function Creates shared memory segment and returns identifier.
basic.%shmat C Function Attaches to a shared memory segment.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.