March 28, 2024

Dynamic Windows Function [dw_window_minimize]

Syntax

int dw_window_minimize(HWND handle)

Parameters

HWND handle: The window handle to minimize.

Returns

int DW_ERROR_NONE (0) on success.

Description

Minimizes or Iconifies a top-level window.

Remarks

As of version 3.2, this function does nothing on iOS, Android.