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