ntdll: Implement FSCTL_PIPE_LISTEN

Alexandre Julliard julliard at winehq.org
Mon Aug 29 06:07:18 CDT 2005


Ivan Leo Puoti <ivanleo at gmail.com> writes:

> This patch adds FSCTL_PIPE_LISTEN support to NtFsControlFile
> It also corrects the function prototype based on information from ntifs.h
> While I was at it I wrote a little test and found windows puts the 
> returning ntstatus in IoStatusBlock, so I've added that too.
>
> ChangeLog: Add FSCTL_PIPE_LISTEN support to NtFsControlFile, minor fixes.

OVERLAPPED is a kernel structure, I doubt that this is the correct
behavior for that ioctl.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list