April 18, 2024

Dynamic Windows Function [dw_window_show]

Syntax

int dw_window_show(HWND handle)

Parameters

HWND handle: The window handle to make visible.

Returns

int DW_ERROR_NONE (0) on success.

Description

Makes the window visible.