NAME

RtlEnterCriticalSection  (NTDLL.@)

SYNOPSIS

 NTSTATUS RtlEnterCriticalSection
 (
  RTL_CRITICAL_SECTION* crit
 )

DESCRIPTION

Enters a critical section, waiting for it to become available if necessary.

PARAMS

crit [In/Out] Critical section to enter.

RETURNS

STATUS_SUCCESS. The critical section is held by the caller.

SEE

RtlInitializeCriticalSection, RtlInitializeCriticalSectionAndSpinCount, RtlDeleteCriticalSection, RtlSetCriticalSectionSpinCount, RtlLeaveCriticalSection, RtlTryEnterCriticalSection

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/critsection.c". source.winehq.org/source/dlls/ntdll/critsection.c

Debug channel "ntdll".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.