Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Named Pipes : Windows named pipes
 

Windows named pipes

OpenEdge supports named pipes in the Windows environment. In general, named pipes in the Windows environment behave similarly to UNIX named pipes. Some differences are:
*You cannot create Windows named pipes from the command line.
*Windows named pipes have different C language interfaces.
* Accessing Windows named pipes
* Linking OpenEdge and non-OpenEdge processes using Windows named pipes
* Building and running the sample Windows named pipes application
* Coding the ABL program
* Coding the C program
* Running the application