ExReleasePushLockShared macro (wdm.h)
Releases a specified push lock for shared access owned by the current thread.
C++
void ExReleasePushLockShared(
Lock
);
Lock
Opaque push lock pointer specified in the ExAcquirePushLockShared call. This pointer must have been initialized by a previous call to ExInitializePushLock.
None
To acquire a push lock for exclusive access, call ExAcquirePushLockExclusive.
To acquire a push lock for shared access, call ExAcquirePushLockShared.
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | wdm.h |