Npclnt.exe WFW Named Pipe Client (113190)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) for Windows for Workgroups 3.11
This article was previously published under Q113190 SUMMARY The sample Npclnt.exe in the Microsoft Download Center
demonstrates the named pipe client interface in Windows for Workgroups (WFW).
This sample provides a WFW named pipe client for the Win32 SDK named
pipe sample (NPSERVER). This sample opens, reads, and writes to the named pipe
created by the NPSERVER application. The DosReadAsyncNmPipe API is used to
perform asynchronous reads from the server's named pipe to avoid blocking under
WFW. NOTE: This sample has two problems. - The NP callback should be in a fixed code segment in a DLL.
- Memory passed to DosReadAsyncNmPipe and DosWriteAsyncNmPipe
should be fixed and pagelocked.
Modification Type: | Minor | Last Reviewed: | 8/9/2004 |
---|
Keywords: | kbdownload kbAPI kbfile kbinfo kbIPC kbnetwork kbPipes kbSample KB113190 kbAudDeveloper |
---|
|