WaitNamedPipeW(3w)

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 CreateFile

FALSE: Failure, GetLastError can be called for further details

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/sync.c".

Debug channel "sync".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout