From 62bc2464220d2b66e3aa1a69b2374273eee84469 Mon Sep 17 00:00:00 2001 From: AssortedBits Date: Mon, 17 Feb 2020 11:34:41 -0500 Subject: [PATCH] fixed errors caused by failure to escape fix errors in template format string caused by failure to escape backslashes --- sdk-api-src/content/winbase/nf-winbase-createnamedpipea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winbase/nf-winbase-createnamedpipea.md b/sdk-api-src/content/winbase/nf-winbase-createnamedpipea.md index 74b37cfc92f9..73dec49eaa05 100644 --- a/sdk-api-src/content/winbase/nf-winbase-createnamedpipea.md +++ b/sdk-api-src/content/winbase/nf-winbase-createnamedpipea.md @@ -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\pipename +\\\\.\\pipe\\pipename 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.