wine_server_fd_to_handle.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wine_server_fd_to_handle (NTDLL.@)

SYNOPSIS

int wine_server_fd_to_handle
 (
  int           fd,
  unsigned int  access,
  unsigned int  attributes,
  obj_handle_t* 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 "dlls/ntdll/server.c".

Debug channel "server".