[][src]Function winapi::um::winsock2::WSAWaitForMultipleEvents

pub unsafe extern "system" fn WSAWaitForMultipleEvents(
    cEvents: DWORD,
    lphEvents: *const WSAEVENT,
    fWaitAll: BOOL,
    dwTimeout: DWORD,
    fAlertable: BOOL
) -> DWORD