ExConvertExclusiveToSharedLite

VOID
    ExConvertExclusiveToSharedLite(

        IN PERESOURCE  Resource
        );

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

Parameters

Resource
Points to the resource for which the access should be converted.

Comments

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.

Callers of ExConvertExclusiveToSharedLite must be running at IRQL < DISPATCH_LEVEL.

See Also

ExIsResourceAcquiredExclusiveLite