ExReleasePushLockShared macro (wdm.h)

Releases a specified push lock for shared access owned by the current thread.

Syntax

void ExReleasePushLockShared(
   Lock
);

Parameters

Lock

Opaque push lock pointer specified in the ExAcquirePushLockShared call. This pointer must have been initialized by a previous call to ExInitializePushLock.

Return value

None

Remarks

To acquire a push lock for exclusive access, call ExAcquirePushLockExclusive.

To acquire a push lock for shared access, call ExAcquirePushLockShared.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header wdm.h