diff --git a/sdk-api-src/content/winuser/nf-winuser-checkmenuitem.md b/sdk-api-src/content/winuser/nf-winuser-checkmenuitem.md
index 73788144226..249469138ac 100644
--- a/sdk-api-src/content/winuser/nf-winuser-checkmenuitem.md
+++ b/sdk-api-src/content/winuser/nf-winuser-checkmenuitem.md
@@ -135,7 +135,7 @@ Sets the check-mark attribute to the clear state.
Type: DWORD
-The return value specifies the previous state of the menu item (either MF_CHECKED or MF_UNCHECKED). If the menu item does not exist, the return value is –1.
+The return value specifies the previous state of the menu item (either MF_CHECKED or MF_UNCHECKED). If the menu item does not exist, the return value is UINT_MAX.
## -remarks