NAME

WaitNamedPipeW  (KERNEL32.@)

SYNOPSIS

 BOOL WaitNamedPipeW
 (
  LPCWSTR name,
  DWORD   nTimeOut
 )

DESCRIPTION

Waits for a named pipe instance to become available.

PARAMS

name [In] Pointer to a named pipe name to wait for.
nTimeOut [In] How long to wait in ms.

RETURNS

TRUE: Success, named pipe can be opened with CreteFile

FALSE: Failure, GetLastError can be called for further details

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/sync.c". source.winehq.org/source/dlls/kernel/sync.c

Debug channel "sync".


Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.