March 28, 2024

Dynamic Windows Function [dw_signal_disconnect_by_data]

Syntax

void dw_signal_disconnect_by_data(HWND window, void *data)

Parameters

HWND window: Window handle of callback to be removed.
void *data: Pointer to the data to be compared against.

Description

Removes all callbacks for a given window with specified data.