March 28, 2024

Dynamic Windows Function [dw_window_new]

Syntax

HWND dw_window_new(HWND owner, char *title, unsigned long flStyle)

Parameters

HWND owner: The MLE handle or DW_DESKTOP.
char *title: The Window title.
unsigned long flStyle: Style flags such as DW_FCF_CLOSEBUTTON.

Returns

HWND Handle to the created window or NULL on error.

Description

Create a new Window Frame.