diff --git a/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md b/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md
index 277481b42e26..f1e5aee9ceb7 100644
--- a/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md
+++ b/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md
@@ -62,6 +62,10 @@ The first unsigned 32-bit integer for the multiplication operation.
The second unsigned 32-bit integer for the multiplication operation.
+## -returns
+
+The value of the product.
+
## -remarks
This function is implemented on all platforms by optimal inline code: a single multiply instruction that returns a 64-bit result.
@@ -75,4 +79,4 @@ Please note that the function's return value is a 64-bit value, not a
-Large Integers
\ No newline at end of file
+Large Integers