RtlTryEnterCriticalSection (NTDLL.@)
BOOL RtlTryEnterCriticalSection ( RTL_CRITICAL_SECTION* crit )
Tries to enter a critical section without waiting.
crit | [In/Out] | Critical section to enter. |
Success: TRUE. The critical section is held by the caller.
Failure: FALSE. The critical section is currently held by another thread.
RtlInitializeCriticalSection, RtlInitializeCriticalSectionAndSpinCount, RtlDeleteCriticalSection, RtlEnterCriticalSection, RtlLeaveCriticalSection, RtlSetCriticalSectionSpinCount
Defined in "winternl.h".
Implemented in "dlls/ntdll/critsection.c". source.winehq.org/source/dlls/ntdll/critsection.c
Debug channel "ntdll".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.