|
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 !
|