Lines Matching refs:HANDLE
54 HANDLE curr_process = GetCurrentProcess ();
55 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd);
80 HANDLE new_handle;
273 HANDLE handle = (HANDLE) _get_osfhandle (fd);
275 if (handle == INVALID_HANDLE_VALUE
276 || GetHandleInformation (handle, &flags) == 0)
292 changing the HANDLE_FLAG_INHERIT bit on the underlying handle
294 handle, using _open_osfhandle with the right flags, then