April 20, 2024

Dynamic Windows Function [dwib_open_from_data]

Syntax

DWIB dwib_open_from_data(char *buffer, int size)

Parameters

char *buffer: Memory buffer containing the XML template data.
int size: Length in bytes of the memory buffer.

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.