April 18, 2024

Dynamic Windows Function [dw_window_from_id]

Syntax

HWND dw_window_from_id(HWND handle, int id)

Parameters

HWND handle: Handle to the parent window.
int id: Integer ID of the child.

Returns

HWND Handle of window (widget) with ID or NULL on error.

Description

Gets the child window handle with specified ID.