Ivan Leo Puoti ivanleo@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.