NAME

RtlInitializeConditionVariable  (NTDLL.@)

SYNOPSIS

 void RtlInitializeConditionVariable
 (
  RTL_CONDITION_VARIABLE* variable
 )

DESCRIPTION

Initializes the condition variable with NULL.

PARAMS

variable [Out] condition variable.

RETURNS

Nothing.

IMPLEMENTATION

Declared in "winternl.h". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/sync.c". https://source.winehq.org/source/dlls/ntdll/sync.c

Debug channel "sync".


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