ExReleasePushLockExclusive macro
Releases a specified push lock for exclusive access owned by the current thread.
Syntax
void ExReleasePushLockExclusive(
Lock
);
Parameters
Lock
Opaque push lock pointer specified in the ExAcquirePushLockExclusive 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
Minimum supported client | Windows 10, version 1809 |
Header | wdm.h |
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...