RtlEnterCriticalSection (NTDLL.@)
NTSTATUS RtlEnterCriticalSection ( RTL_CRITICAL_SECTION* crit )
Enters a critical section, waiting for it to become available if necessary.
crit | [In/Out] | Critical section to enter. |
STATUS_SUCCESS. The critical section is held by the caller.
RtlInitializeCriticalSectionEx, RtlInitializeCriticalSection, RtlInitializeCriticalSectionAndSpinCount, RtlDeleteCriticalSection, RtlSetCriticalSectionSpinCount, RtlLeaveCriticalSection, RtlTryEnterCriticalSection
Defined in "winternl.h".
Implemented in "dlls/ntdll/critsection.c". source.winehq.org/source/dlls/ntdll/critsection.c
Debug channel "ntdll".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.