April 19, 2024

Dynamic Windows Function [dw_named_event_close]

Syntax

int dw_named_event_close(HEV eve)

Parameters

HEV eve: Handle to the semaphore obtained by an get or new call.

Returns

int DW_ERROR_NONE (0) on success.

Description

Release this semaphore, if there are no more open handles on this semaphore the semaphore will be destroyed.