wine_server_fd_to_handle(3w)
NAME
wine_server_fd_to_handle (NTDLL.@)
SYNOPSIS
int CDECL wine_server_fd_to_handle ( int fd, unsigned int access, unsigned int attributes, HANDLE* handle )
DESCRIPTION
Allocate a file handle for a Unix file descriptor.
PARAMS
fd [In] Unix file descriptor.
access [In] Win32 access flags.
attributes [In] Object attributes.
handle [Out] Address where Wine file handle will be stored.
RETURNS
NTSTATUS code
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/server.c".
- Debug channel "server".