VOID
ExConvertExclusiveToSharedLite(
IN PERESOURCE Resource
);
ExConvertExclusiveToSharedLite converts a given resource from acquired for exclusive access to acquired for shared access.
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.