Description: This program is a simple named pipe client that demonstrates the API calls needed
to successfully develop a basic named pipe client application. When this application
successfully connects to a named pipe, the message "This is a test" is written
to the server.
There are four basic steps needed to implement a client:
1. Wait for a Named Pipe instance to become available using the WaitNamedPipe()
API function.
2. Connect to the Named Pipe using the CreateFile() API function.
3. Send data to or receive data from the server using the WriteFile() and
ReadFile() API functions.
4. Close the Named Pipe session using the CloseHandle() API functions.
- [ConnectionPipe_demo] - the demo of connection among different p
- [NPWsource] - Named Pipe Wrapper for Win32 Platforms
- [wdm5] - Win32 users use CreateFile state visit t
- [telnet_c] - telnet achieve the source code, the C li
- [lessonprocess] - named pipe full advantage of the Windows
- [VMwareToolsInstallNote] - vmware tools installation method for win
- [addressbook] - This is a simple address book program, v
- [carrace] - A racing game, there are many obstacles
- [TelnetClient] - telnet sample, a simple compact, the use
- [chat] - Socket under the Linux-based chat room,
File list (Check if you may need any files):