March 28, 2024

Dynamic Windows Function [dw_notification_send]

Syntax

int dw_notification_send(HWND notification)

Parameters

HWND notification: The handle to the notification returned by dw_notification_new().

Returns

int DW_ERROR_NONE on success, DW_ERROR_UNKNOWN on error or not supported.

Description

Sends a notification created by dw_notification_new() after attaching signal handler.

Remarks

This API was introduced in version 3.1.

This function is not supported on OS/2, MacOS prior to 10.8, Windows prior to 8, and GTK with GLib older than 2.40.