Function socket [src]
Prototype
pub extern "ws2_32" fn socket( af: i32, @"type": i32, protocol: i32, ) callconv(.winapi) SOCKET
Parameters
af: i32
@"type": i32
protocol: i32
Source
pub extern "ws2_32" fn socket(
af: i32,
@"type": i32,
protocol: i32,
) callconv(.winapi) SOCKET