Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong path for pipes #1757

Closed
krishty opened this issue Jul 21, 2019 · 5 comments
Closed

wrong path for pipes #1757

krishty opened this issue Jul 21, 2019 · 5 comments
Assignees
Labels
content Issue with content on docs.microsoft.com Pri3

Comments

@krishty
Copy link

krishty commented Jul 21, 2019

https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createnamedpipea (CreateNamedPipeA function)

Parameters -> lpName says: "The unique pipe name. This string must have the following form: \.\pipepipename"

Wrong. The string must have the form \\.\pipe\pipename, that is two backslashes - dot - backslash - pipe - backslash - pipename.

@welcome
Copy link

welcome bot commented Jul 21, 2019

Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).

@ryanmajidi ryanmajidi added the content Issue with content on docs.microsoft.com label Jul 23, 2019
@ryanmajidi
Copy link
Collaborator

@GrantMeStrength Can you please take a look at this issue?

@krishty
Copy link
Author

krishty commented Aug 7, 2019

Same issue with TransactNamedPipe function (https://docs.microsoft.com/en-us/windows/win32/api/namedpipeapi/nf-namedpipeapi-transactnamedpipe), twice in the Remarks section. The Windows 10, version 1709 hint at the end gets it almost right, a backslash is missing.

Refer to ConnectNamedPipe function (https://docs.microsoft.com/en-us/windows/win32/api/namedpipeapi/nf-namedpipeapi-connectnamedpipe), Windows 10 hint at the end of the Remarks section for the correct syntax. Throughout that article, however, the links to CreateFile and OVERLAPPED are 404.

@PRMerger8 PRMerger8 added the Pri3 label Apr 2, 2020
@GrantMeStrength
Copy link
Collaborator

Thank you - the formatting was messed up, and hopefully it is now correct. Thanks for reporting and saving someone a lot of confusion!

@krishty
Copy link
Author

krishty commented Aug 26, 2020

Great! CreateNamedPipeA is indeed fixed, and so are the links in ConnectNamedPipe.
The three paths in the Remarks section of https://docs.microsoft.com/en-us/windows/win32/api/namedpipeapi/nf-namedpipeapi-transactnamedpipe are still wrong; should I create a new issue for them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issue with content on docs.microsoft.com Pri3
Projects
None yet
Development

No branches or pull requests

4 participants