libuv/docs/src
Juan Cruz Viotti e133923e93 win: make uv__get_osfhandle() public
The uv__get_osfhandle() function is a private functio of the
Windows subsystem, and its used to get a Windows HANDLE out
of a file descriptor number.

The motivation behind making this function public is to
allow Node.js programs to pass file descriptors created
using fs.open() to native Node.js C++ add-ons, and be able to
successfully convert them to Windows HANDLEs.

Refs: https://github.com/libuv/libuv/pull/1166
Refs: https://github.com/nodejs/node/issues/6369
Fixes: https://github.com/libuv/libuv/issues/1291
PR-URL: https://github.com/libuv/libuv/pull/1323
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-05-30 11:53:31 -04:00
..
guide doc: remove licensing note from guide/about 2017-04-28 11:15:47 +02:00
sphinx-plugins
static
api.rst doc: move TOC to a dedicated document 2017-04-28 11:14:50 +02:00
async.rst
check.rst
conf.py doc: update copyright years 2017-04-28 11:14:39 +02:00
design.rst
dll.rst
dns.rst
errors.rst
fs_event.rst
fs_poll.rst
fs.rst win: make uv__get_osfhandle() public 2017-05-30 11:53:31 -04:00
guide.rst doc: add warning note to user guide 2017-04-28 11:15:53 +02:00
handle.rst
idle.rst
index.rst doc: add initial version of the User Guide 2017-04-28 11:15:10 +02:00
loop.rst doc: mark uv_loop_fork() as experimental 2017-05-25 11:41:27 -04:00
migration_010_100.rst
misc.rst unix,win: add uv_os_gethostname() 2017-05-18 10:27:47 -04:00
pipe.rst
poll.rst
prepare.rst
process.rst
request.rst
signal.rst
stream.rst
tcp.rst
threading.rst
threadpool.rst
timer.rst
tty.rst
udp.rst
upgrading.rst doc: move "upgrading" to a standalone document 2017-04-28 11:15:04 +02:00
version.rst