.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH wine_server_handle_to_fd 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBwine_server_handle_to_fd\fR (NTDLL.@) .SH SYNOPSIS int CDECL wine_server_handle_to_fd ( HANDLE \fIhandle\fR, unsigned int \fIaccess\fR, int* \fIunix_fd\fR, unsigned int* \fIoptions\fR ) .SH DESCRIPTION .PP Retrieve the file descriptor corresponding to a file \fIhandle\fR. .SH PARAMS \fIhandle\fR \fB[In]\fR Wine file \fIhandle\fR. .PP \fIaccess\fR \fB[In]\fR Win32 file \fIaccess\fR rights requested. .PP \fIunix_fd\fR \fB[Out]\fR Address where Unix file descriptor will be stored. .PP \fIoptions\fR \fB[Out]\fR Address where the file open \fIoptions\fR will be stored. Optional. .PP .SH RETURNS .PP \fBNTSTATUS\fR code .SH IMPLEMENTATION .PP Declared in \fB"wine/server.h"\fR. .PP Implemented in \fB"dlls/ntdll/server.c"\fR. .PP Debug channel \fB"server"\fR.