dtable.sgml

来自「cygwin, 著名的在win32下模拟unix操作系统的东东」· SGML 代码 · 共 21 行

SGML
21
字号
<sect1 id="func-cygwin-attach-handle-to-fd"><title>cygwin_attach_handle_to_fd</title><funcsynopsis><funcdef>extern "C" int<function>cygwin_attach_handle_to_fd</function></funcdef><paramdef>char *<parameter>name</parameter></paramdef><paramdef>int <parameter>fd</parameter></paramdef><paramdef>HANDLE <parameter>handle</parameter></paramdef><paramdef>int <parameter>bin</parameter></paramdef><paramdef>int <parameter>access</parameter></paramdef></funcsynopsis><para>This function can be used to turn a Win32 "handle" into aposix-style file handle. <parameter>fd</parameter> may be -1 tomake cygwin allocate a handle; the actual handle is returnedin all cases.</para></sect1>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?