.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WaitNamedPipeW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWaitNamedPipeW\fR (KERNEL32.@) .SH SYNOPSIS BOOL WaitNamedPipeW ( LPCWSTR \fIname\fR, DWORD \fInTimeOut\fR ) .SH DESCRIPTION .PP Waits for a named pipe instance to become available. .SH PARAMS \fIname\fR \fB[In]\fR Pointer to a named pipe \fIname\fR to wait for. .PP \fInTimeOut\fR \fB[In]\fR How long to wait in ms. .PP .SH RETURNS .PP \fBTRUE:\fR Success, named pipe can be opened with CreateFile .PP \fBFALSE:\fR Failure, GetLastError can be called for further details .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/sync.c"\fR. .PP Debug channel \fB"sync"\fR.