WaitNamedPipeW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/sync.c".

Debug channel "sync".