Jump to content

WinWindowFromID

From EDM2
Revision as of 19:26, 14 May 2025 by Martini (talk | contribs)

Searches the children of hwndParent to find a window whose identifier matches ulId.

Syntax

WinWindowFromID (hwndParent, ulId)

Parameters

hwndParent (HWND)
Parent-window handle
ulId (ULONG)
Window identifier

It returns the window handle (HWND) if found, or NULLHANDLE otherwise.