April 19, 2024

Dynamic Windows Function [dwib_open]

Syntax

DWIB dwib_open(char *filename)

Parameters

char *filename: Name of file containing the XML template data.

Returns

DWIB A handle to an XML tree or NULL on failure.

Description

Loads an XML templates and returns a handle to the XML tree.

Remarks

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