SetMailslotInfo.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SetMailslotInfo (KERNEL32.@)

SYNOPSIS

BOOL SetMailslotInfo
 (
  HANDLE hMailslot,
  DWORD  dwReadTimeout
 )

DESCRIPTION

Set the read timeout of a mailslot.

PARAMS

hMailslot [In] Mailslot handle.

dwReadTimeout [In] Timeout in milliseconds.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/sync.c".

Debug channel "sync".