diff --git a/sdk-api-src/content/winver/nf-winver-verqueryvaluea.md b/sdk-api-src/content/winver/nf-winver-verqueryvaluea.md
index 6b654bd78a4..da6b3881d40 100644
--- a/sdk-api-src/content/winver/nf-winver-verqueryvaluea.md
+++ b/sdk-api-src/content/winver/nf-winver-verqueryvaluea.md
@@ -154,48 +154,60 @@ Be sure to call the [!NOTE]
> The winver.h header defines VerQueryValue as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see [Conventions for Function Prototypes](/windows/win32/intl/conventions-for-function-prototypes).
diff --git a/sdk-api-src/content/winver/nf-winver-verqueryvaluew.md b/sdk-api-src/content/winver/nf-winver-verqueryvaluew.md
index 9f75797aa44..4012edd5e2d 100644
--- a/sdk-api-src/content/winver/nf-winver-verqueryvaluew.md
+++ b/sdk-api-src/content/winver/nf-winver-verqueryvaluew.md
@@ -169,40 +169,57 @@ Be sure to call the