Hi, I'm trying to send files but not using INmChannelFt, I would prefer to
use INmChannelData::SendData. Now I get correctly the LPVOID buffer I
want,
as well as its size, but only a few bytes (exactly four, amount of bytes
until the "" comming) are really sent to the other computer. It could be
any
problem to send NULL bytes? Is INmChannelData::SendData only usefull to
send
text or similar? Is there any way to pass data from LPVOID to (byte *)
including "" bytes? Any suggestion?
Here you have my code line, it works in all cases except the one I've told
you:
g_pDataChannel->SendData(NULL, size, (byte *) buffer, 0);
Thanks in advance. Regards.
félix


|