March 28, 2024

Dynamic Windows Function [dw_html_raw]

Syntax

int dw_html_raw(HWND handle, char *string)

Parameters

HWND handle: Handle to the window.
char *string: String buffer containt HTML code to be rendered.

Returns

int DW_ERROR_NONE (0) on success.

Description

Render raw HTML code in the embedded HTML widget.