wine_server_handle_to_fd(3w)
NAME
wine_server_handle_to_fd (NTDLL.@)
SYNOPSIS
int CDECL wine_server_handle_to_fd ( HANDLE handle, unsigned int access, int* unix_fd, unsigned int* options )
DESCRIPTION
Retrieve the file descriptor corresponding to a file handle.
PARAMS
handle [In] Wine file handle.
access [In] Win32 file access rights requested.
unix_fd [Out] Address where Unix file descriptor will be stored.
options [Out] Address where the file open options will be stored.
Optional.
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".