Is there easy way to create FILE* from WinApi HANDLE which points to one end of pipe? Something like we do in unix: fdopen(fd,);
fdopen(fd,);
you can't exchange(convert) them.. if you need to have a file with FILE* and HANDLE you need to open it twice