April 23, 2024

Dynamic Windows Function [dw_window_destroy]

Syntax

int dw_window_destroy(HWND handle)

Parameters

HWND handle: The window handle to destroy.

Returns

int DW_ERROR_NONE (0) on success.

Description

Destroys a window and all of it's children.