April 16, 2024

Dynamic Windows Function [dw_module_close]

Syntax

int dw_module_close(HWND handle)

Parameters

HWND handle: Module handle returned by dw_module_load()

Returns

int DW_ERROR_NONE (0) on success.

Description

Frees the shared library previously opened.