.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGlobalCounterDecrement 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGlobalCounterDecrement\fR (SHLWAPI.424) .SH SYNOPSIS DWORD SHGlobalCounterDecrement ( HANDLE \fIhSem\fR ) .SH DESCRIPTION .PP Release a semaphore. .SH PARAMS \fIhSem\fR \fB[In]\fR Semaphore handle. .PP .SH RETURNS .PP The new count of the semaphore. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/thread.c"\fR. .PP Debug channel \fB"shell"\fR.