Function 53, subfunction 11 - read network stack data.
Paramters:
- eax = 53 - function number
- ebx = 11 - subfunction number
- ecx = socket handle
- edx = pointer to buffer
- esi = number of bytes to read;
- esi = 0 - read all data (maximum 4096 bytes)
Returned value:
- eax = number of bytes read
- ebx destroyed
Remakrs:
- There is no check on handle correctness.