Function std::sys::windows::c::recvfrom

source ·
pub unsafe fn recvfrom(
    socket: u64,
    buf: *mut c_void,
    len: c_int,
    flags: c_int,
    addr: *mut SOCKADDR,
    addrlen: *mut c_int
) -> c_int
🔬This is a nightly-only experimental API. (windows_c)