.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGlobalCounterGetValue 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGlobalCounterGetValue\fR (SHLWAPI.223) .SH SYNOPSIS LONG SHGlobalCounterGetValue ( HANDLE \fIhSem\fR ) .SH DESCRIPTION .PP Get the current count of a semaphore. .SH PARAMS \fIhSem\fR \fB[In]\fR Semaphore handle. .PP .SH RETURNS .PP The current 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.