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/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.