[Bug 45654] CreateNamedPipeW fails when pipe name starts with \\??\\

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 23 19:11:11 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45654

Sergio Gómez Del Real <sdelreal at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sdelreal at codeweavers.com

--- Comment #1 from Sergio Gómez Del Real <sdelreal at codeweavers.com> ---
I don't think this is a bug in Wine; documentation explicitly says:

"The pipe server cannot create a pipe on another computer, so CreateNamedPipe
must use a period for the server name, as shown in the following example.

\\.\pipe\PipeName"

Documentation for CreateNamedPipe is also clear about the form being restricted
to "\\.\pipe\<pipename>":

https://docs.microsoft.com/en-us/windows/desktop/ipc/pipe-names
https://docs.microsoft.com/en-us/windows/desktop/api/Winbase/nf-winbase-createnamedpipea

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list