MEMLINK: Difference between revisions
Appearance
Created page with "MEMLINK.DLL is an OS/2 Dll that provides an alternative means for IPC (interprocess communication) between two concurrently running OS/2 threads. The threads can be in the sam..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
MEMLINK.DLL is an OS/2 | MEMLINK.DLL is an OS/2 DLL that provides an alternative means for IPC (interprocess communication) between two concurrently running OS/2 threads. The threads can be in the same process, or in two different processes. | ||
==Functions== | ==Functions== | ||
*PipeRead | |||
*PipeReadNoWait | |||
*PipeWrite | |||
==License== | ==License== | ||
Line 10: | Line 10: | ||
* Author: Jeff Orth | * Author: Jeff Orth | ||
[[Category:C Libraries]] | |||
Latest revision as of 23:21, 20 September 2021
MEMLINK.DLL is an OS/2 DLL that provides an alternative means for IPC (interprocess communication) between two concurrently running OS/2 threads. The threads can be in the same process, or in two different processes.
Functions
- PipeRead
- PipeReadNoWait
- PipeWrite
License
- Open source - GNU GPL V2
- Author: Jeff Orth