Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/winuser/nf-winuser-getguithreadinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Retrieves information about the active window or a specified GUI thread.

Type: <b>DWORD</b>

The identifier for the thread for which information is to be retrieved. To retrieve this value, use the <a href="/windows/desktop/api/winuser/nf-winuser-getwindowthreadprocessid">GetWindowThreadProcessId</a> function. If this parameter is <b>NULL</b>, 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 <a href="/windows/desktop/api/winuser/nf-winuser-getwindowthreadprocessid">GetWindowThreadProcessId</a> function. If this parameter is <b>0</b>, the function returns information for the foreground thread.

### -param pgui [in, out]

Expand Down