wine_server_release_fd (NTDLL.@)
void wine_server_release_fd ( obj_handle_t handle, int unix_fd )
Release the Unix file descriptor returned by Wine_server_handle_to_fd.
handle | [In] | Wine file handle. |
unix_fd | [In] | Unix file descriptor to release. |
nothing
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 © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.