March 29, 2024

Dynamic Windows Function [dw_window_hide]

Syntax

int dw_window_hide(HWND handle)

Parameters

HWND handle: The window handle to hide.

Returns

int DW_ERROR_NONE (0) on success.

Description

Makes the window invisible.