From 6878eb5d1d7f280e334d94475ade7016d0dcd68a Mon Sep 17 00:00:00 2001 From: Tim Weis Date: Mon, 10 Feb 2020 10:16:57 +0100 Subject: [PATCH 1/2] Fixed formatting in the parameters description. The description for `nMaxCount` accidentally used indentation that got interpreted by the Markdown processor as a code section (which it isn'). --- sdk-api-src/content/winuser/nf-winuser-getclassnamew.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md b/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md index ecfe77480ec1..21ae495cf320 100644 --- a/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md +++ b/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md @@ -85,13 +85,7 @@ The class name string. Type: int -The length - - of the - lpClassName buffer, in - - - characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to nMaxCount-1 characters. +The length of the *lpClassName* buffer, in characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to `nMaxCount-1` characters. ## -returns From bc07c451d64ba0a54f2ca11030ae051591cdd2b5 Mon Sep 17 00:00:00 2001 From: Tim Weis Date: Mon, 10 Feb 2020 10:22:39 +0100 Subject: [PATCH 2/2] Update nf-winuser-getclassnamea.md --- sdk-api-src/content/winuser/nf-winuser-getclassnamea.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md b/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md index 037e47d1d313..371f5d16cbc4 100644 --- a/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md +++ b/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md @@ -85,13 +85,7 @@ The class name string. Type: int -The length - - of the - lpClassName buffer, in - - - characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to nMaxCount-1 characters. +The length of the *lpClassName* buffer, in characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to `nMaxCount-1` characters. ## -returns