It is possible to retrieve the underlying Win32 handle from the NuTCRACKER Platform with the _NutFdToHandle() API (or donate a handle to the NuTCRACKER Platform with _NutHandleToFd() ). It is not possible, however, to share socket handles in this way. Once the NuTCRACKER Platform owns a socket handle, you may not continue to manipulate it with Win32 calls and vice versa. |