Jump to content

MEMLINK: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
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.  
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.
 
==Files==
* MEMLINK.DLL


==Functions==
==Functions==
*PipeRead
*PipeReadNoWait
*PipeWrite


==License==
==License==
Line 10: Line 10:
* Author: Jeff Orth
* Author: Jeff Orth


==Links==
[[Category:C Libraries]]
* [https://hobbes.nmsu.edu/download/pub/os2/util/memory/memlink.zip Binaries and source code]

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