NAME

SHGlobalCounterCreateNamedA  (SHLWAPI.422)

SYNOPSIS

 HANDLE SHGlobalCounterCreateNamedA
 (
  LPCSTR lpszName,
  DWORD  iInitial
 )

DESCRIPTION

Create a semaphore.

PARAMS

lpszName [In] Name of semaphore.
iInitial [In] Initial count for semaphore.

RETURNS

A new semaphore handle.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/thread.c". https://source.winehq.org/source/dlls/shlwapi/thread.c

Debug channel "shell".


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