NAME

wine_server_release_fd  (NTDLL.@)

SYNOPSIS

 void  wine_server_release_fd
 (
  obj_handle_t handle,
  int          unix_fd
 )

DESCRIPTION

Release the Unix file descriptor returned by Wine_server_handle_to_fd.

PARAMS

handle [In] Wine file handle.
unix_fd [In] Unix file descriptor to release.

RETURNS

nothing

IMPLEMENTATION

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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.