fixme:win32:PeekNamedPipe

Michael Riedel mriedel at inova-semiconductors.de
Tue Apr 16 10:40:38 CDT 2002


Thanks for the hint, and yes it is a kernel32 function.

BOOL PeekNamedPipe(
   HANDLE hNamedPipe,              // handle to pipe
   LPVOID lpBuffer,                // data buffer
   DWORD nBufferSize,              // size of data buffer
   LPDWORD lpBytesRead,            // number of bytes read
   LPDWORD lpTotalBytesAvail,      // number of bytes available
   LPDWORD lpBytesLeftThisMessage  // unread bytes
);

Since I get

fixme:win32:PeekNamedPipe (00000080, (nil), 00000000, (nil), 0x406a2194, 
(nil)): stub

this means that at least a valid handle was created so that there is 
already some code for CreateNamedPipe or CreatePipe?
Is there anybody knowing more before I am going to try looking into the 
sources?

Thanks,
Michael
-- 




More information about the wine-devel mailing list