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]