NAME

InitializeCriticalSection  (KERNEL32.@)

SYNOPSIS

 void InitializeCriticalSection
 (
  CRITICAL_SECTION* crit
 )

DESCRIPTION

Initialise a critical section before use.

PARAMS

crit [Out] Critical section to initialise.

RETURNS

Nothing. If the function fails an exception is raised.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/sync.c". source.winehq.org/source/dlls/kernel/sync.c

Debug channel "sync".


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