Function WSAAsyncGetServByPort [src]
Prototype
pub extern "ws2_32" fn WSAAsyncGetServByPort( hWnd: HWND, wMsg: u32, port: i32, proto: ?[*:0]const u8, buf: [*]u8, buflen: i32, ) callconv(.winapi) HANDLE
Parameters
hWnd: HWND
wMsg: u32
port: i32
proto: ?[*:0]const u8
buf: [*]u8
buflen: i32
Source
pub extern "ws2_32" fn WSAAsyncGetServByPort(
hWnd: HWND,
wMsg: u32,
port: i32,
proto: ?[*:0]const u8,
buf: [*]u8,
buflen: i32,
) callconv(.winapi) HANDLE