// wdm.h
VOID ExReleaseResourceLite(
[in, out] PERESOURCE Resource
);
View the official Windows Driver Kit DDI reference
No description available.
The ExReleaseResourceLite routine releases a specified executive resource owned by the current thread.
Resource
[in, out]A pointer to an executive resource owned by the current thread.
Normal kernel APC delivery must be disabled before calling this routine. Disable normal kernel APC delivery by calling KeEnterCriticalRegion. Delivery must remain disabled until the resource is released, at which point it can be reenabled by calling KeLeaveCriticalRegion. For more information, see Disabling APCs.
ExAcquireResourceExclusiveLite
ExAcquireSharedStarveExclusive
ExAcquireSharedWaitForExclusive
ExReleaseResourceForThreadLite