March 29, 2024

Dynamic Windows Function [dwib_load]

Syntax

HWND dwib_load(DWIB handle, char *name)

Parameters

DWIB handle: A handle to an XML tree.
char *name: The name of the window to load.

Returns

HWND A handle to a top-level window or NULL on failure.

Description

Loads a window with the specified name from an XML tree.

Remarks

This is part of the Dynamic Windows Interface Builder Library. This is a pre-release API subject to change.