SetMailslotInfo(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/sync.c".
- Debug channel "sync".