WaitNamedPipeW (KERNEL32.@)
BOOL WaitNamedPipeW ( LPCWSTR name, DWORD nTimeOut )
Waits for a named pipe instance to become available.
name | [In] | Pointer to a named pipe name to wait for. |
nTimeOut | [In] | How long to wait in ms. |
TRUE: Success, named pipe can be opened with CreateFile
FALSE: Failure, GetLastError can be called for further details
Defined in "winbase.h".
Implemented in "dlls/kernel32/sync.c". source.winehq.org/source/dlls/kernel32/sync.c
Debug channel "sync".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.