wine_server_handle_to_fd (NTDLL.@)
int wine_server_handle_to_fd ( obj_handle_t handle, unsigned int access, int* unix_fd, int* flags )
Retrieve the file descriptor corresponding to a file handle.
handle | [In] | Wine file handle. |
access | [In] | Win32 file access rights requested. |
unix_fd | [Out] | Address where Unix file descriptor will be stored. |
flags | [Out] | Address where the Unix flags associated with file will be stored. Optional. |
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.