RtlLeaveCriticalSection - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

_Releases_exclusive_lock_(*CriticalSection)
NTSYSAPI
NTSTATUS
NTAPI
RtlLeaveCriticalSection(
    _Inout_ PRTL_CRITICAL_SECTION CriticalSection
    );

#endif

View code on GitHub

NtDoc

Releases ownership of the specified critical section object.

Related Win32 API

LeaveCriticalSection maps directly to this function.

See also