• Welcome to Valhalla Legends Archive.
 

Bypassing the Winsock receve buffer?

Started by Tontow, July 14, 2005, 01:45 PM

Previous topic - Next topic

Tontow

I wonder if Visual Basic would accept something like:

sckBNCS(index).GetData MyParseFunction(strBuf), vbString, Right((sckBNCS(index).PeekData data, vbString, 4),2)


This is of corse asumeing that the Winsock.ocx getdata looks at the max length first and then correctly called the function.

R.a.B.B.i.T

You can't pass a function as a reference variable, so no, it wouldn't.