I want to use RIO to get notifications from ConnectEx, but I didn't include RIOConnectEx in RIO_EXTIONS_FUNCTION_TABLE. I don't know how to get notifications about ConnectEx connections in RIODequeueCompletion.
I tried to connect OVERLAPPED to ConnectEx and get connection notifications via GetQueuedCompletionStatus, but RIO doesn't use OVERLAPPED and seems to get notifications via RIODequeueCompletion. Is there any way to get ConnectEx connection notifications from RIODequeueCompletion?