wine_server_fd_to_handle (NTDLL.@)
int wine_server_fd_to_handle ( int fd, unsigned int access, int inherit, obj_handle_t* handle )
Allocate a file handle for a Unix file descriptor.
fd | [In] | Unix file descriptor. |
access | [In] | Win32 access flags. |
inherit | [In] | Indicates whether this handle is inherited by child processes. |
handle | [Out] | Address where Wine file handle will be stored. |
NTSTATUS code
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/server.c". source.winehq.org/source/dlls/ntdll/server.c
Debug channel "server".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.