View Single Post
  #1  
Old 08-18-2003, 02:55
zlatko zlatko is offline
Friend
 
Join Date: Jan 2002
Posts: 35
Rept. Given: 2
Rept. Rcvd 4 Times in 1 Post
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
zlatko Reputation: 4
Help with PeekNamedPipe

I have problem with PeekNamedPipe and associated ReadFile fnc.
Both functions are called from *.dll file. My problem is parameter DWORD nNumberOfBytesToRead which is too small and I cant receive all data from pipe.
Piece of code is in attached file.
There is no place in CODE section of dll where I can insert code.
Any suggestions how to increase parm. DWORD NumberOfBytesToRead and
how to insert code in CODE section are welcome !
Attached Files
File Type: rar peeknamedpipe.rar (1.3 KB, 5 views)
Reply With Quote