diff --git a/sdk-api-src/content/winnt/nf-winnt-int32x32to64.md b/sdk-api-src/content/winnt/nf-winnt-int32x32to64.md
index 84dc8c2d4ea..2407341d332 100644
--- a/sdk-api-src/content/winnt/nf-winnt-int32x32to64.md
+++ b/sdk-api-src/content/winnt/nf-winnt-int32x32to64.md
@@ -62,6 +62,10 @@ The first signed 32-bit integer for the multiplication operation.
The second signed 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
-UInt32x32To64
\ No newline at end of file
+UInt32x32To64