[][src]Type Definition winapi::um::mswsock::LPFN_RIOCREATEREQUESTQUEUE

type LPFN_RIOCREATEREQUESTQUEUE = Option<unsafe extern "system" fn(Socket: SOCKET, MaxOutstandingReceive: ULONG, MaxReceiveDataBuffers: ULONG, MaxOutstandingSend: ULONG, MaxSendDataBuffers: ULONG, ReceiveCQ: RIO_CQ, SendCQ: RIO_CQ, SocketContext: PVOID) -> RIO_RQ>;