On Wed, Jul 30, 2003 at 04:03:44PM -0400, Sam Steingold wrote: > how do I convert a cygwin file descriptor (int) to an underlying win32 > HANDLE? > (i.e., reverse cygwin_attach_handle_to_fd()).
#include <io.h> HANDLE hdl = get_osfhandle (fd); Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/