search for: createnamedpipea

Displaying 3 results from an estimated 3 matches for "createnamedpipea".

2001 Feb 27
2
Network Named Pipes supported under Wine ?
I have a small server process which normall runs on Windows and accepts network connections via Named Pipes. I would like to run this process under Wine to avoid having to install an NT server I get .. fixme:win32:CreateNamedPipeA (Name="\\\\.\\PIPE\\SOESRV33", OpenMode=0x000003, dwPipeMode=0x000004, MaxInst=5, OutBSize=10096, InBuffSize=10096, DefTimeOut=0, SecAttr=0x412f6f00): stub fixme:win32:CreateNamedPipeA (Name="\\\\.\\PIPE\\SOESRV33", OpenMode=0x000003, dwPipeMode=0x000004, MaxInst=5, OutBSize=...
2001 Apr 24
1
Create/Wait NamedPipeA ?
Is anybody working on implementing CreateNamedPipeA/WaitNamedPipeA (KERNEL32.168 , KERNEL32.725) or can anybody comment on how much needs to be done to implement these ? Some applications seem to use this to communicate with a license manager process - even freely available product catalogs that apparently create a pro forma license file during th...
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles and starts up successfully, but goes into an infinite loop when you connect to it. Nevertheless I think the approach is ready for feedback. This being Windows the changes go quite deep. Rich.