ExConvertExclusiveToSharedLite - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

VOID ExConvertExclusiveToSharedLite(
  [in, out] PERESOURCE Resource
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-exconvertexclusivetosharedlite)

ExConvertExclusiveToSharedLite function

Description

The ExConvertExclusiveToSharedLite routine converts a given resource from acquired for exclusive access to acquired for shared access.

Parameters

Resource [in, out]

A pointer to the resource for which the access should be converted.

Remarks

The caller must have exclusive access to the given resource. During this conversion, the current thread and any other threads waiting for shared access to the resource are given shared access.

See also

ExIsResourceAcquiredExclusiveLite