From f745796498cade9502bcfd753953d1d15e51a297 Mon Sep 17 00:00:00 2001 From: Nikita Leontiev Date: Tue, 9 Sep 2025 02:56:55 +0300 Subject: [PATCH] Return value info corrected --- sdk-api-src/content/winuser/nf-winuser-checkmenuitem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-checkmenuitem.md b/sdk-api-src/content/winuser/nf-winuser-checkmenuitem.md index 737881442263..249469138ac2 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