This section describes how you can use DosAllocSharedMem, DosGiveSharedMem, DosGetSharedMem, and DosGetNamedSharedMem to use shared memory.

There are three types of shared memory:

The difference among these different types of shared memory is not in how the memory is allocated by the original process, but in how the second process gets permission to use and access to the shared memory. All three types of shared memory are allocated with the same call: DosAllocSharedMem, using various parameters.


[Back] [Next]