April 20, 2024

Dynamic Windows Function [dw_mutex_lock]

Syntax

void dw_mutex_lock(HMTX mutex)

Parameters

HMTX mutex: The handle to the mutex returned by dw_mutex_new().

Description

Tries to gain access to the semaphore, if it can't it blocks.