Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/winbase/nf-winbase-createnamedpipea.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Creates an instance of a named pipe and returns a handle for subsequent pipe ope

The unique pipe name. This string must have the following form:

\\.\pipe\<i>pipename</i>
\\\\.\\pipe\\<i>pipename</i>

The pipename part of the name can include any character other than a backslash, including numbers and special characters. The entire pipe name string can be up to 256 characters long. Pipe names are not case sensitive.

Expand Down