.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHGlobalCounterCreate 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHGlobalCounterCreate\fR (SHLWAPI.222) .SH SYNOPSIS HANDLE SHGlobalCounterCreate ( REFGUID \fIguid\fR ) .SH DESCRIPTION .PP Create a semaphore using the name of a \fBGUID\fR. .SH PARAMS \fIguid\fR \fB[In]\fR \fBGUID\fR to use as semaphore name. .PP .SH RETURNS .PP A handle to the semaphore. .SH NOTES .PP The initial count of the semaphore is set to \fB0.\fR .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.