Jump to content

WinWindowFromID

From EDM2
Revision as of 02:42, 30 March 2017 by Ak120 (talk | contribs) (Created page with "Searches the children of hwndParent to find a window whose identifier matches ulId. ==Syntax== WinWindowFromID (hwndParent, ulId) ;HWND hwndParent ;ULONG ulId It returns t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Syntax

WinWindowFromID (hwndParent, ulId)
HWND hwndParent
ULONG ulId

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