Function recv [src]
Prototype
pub extern "ws2_32" fn recv( s: SOCKET, buf: [*]u8, len: i32, flags: i32, ) callconv(.winapi) i32
Parameters
s: SOCKET
buf: [*]u8
len: i32
flags: i32
Source
pub extern "ws2_32" fn recv(
s: SOCKET,
buf: [*]u8,
len: i32,
flags: i32,
) callconv(.winapi) i32