From 5ff7d579d6e2fbd8823178948ac3dc1945f19257 Mon Sep 17 00:00:00 2001 From: Ratin Gao Date: Tue, 21 Apr 2026 22:35:49 +0800 Subject: [PATCH] Update GetGUIThreadInfo documentation --- sdk-api-src/content/winuser/nf-winuser-getguithreadinfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-getguithreadinfo.md b/sdk-api-src/content/winuser/nf-winuser-getguithreadinfo.md index 2634037f478..01f32502c49 100644 --- a/sdk-api-src/content/winuser/nf-winuser-getguithreadinfo.md +++ b/sdk-api-src/content/winuser/nf-winuser-getguithreadinfo.md @@ -68,7 +68,7 @@ Retrieves information about the active window or a specified GUI thread. Type: DWORD -The identifier for the thread for which information is to be retrieved. To retrieve this value, use the GetWindowThreadProcessId function. If this parameter is NULL, the function returns information for the foreground thread. +The identifier for the thread for which information is to be retrieved. To retrieve this value, use the GetWindowThreadProcessId function. If this parameter is 0, the function returns information for the foreground thread. ### -param pgui [in, out]