.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetMailslotInfo 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetMailslotInfo\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetMailslotInfo ( HANDLE \fIhMailslot\fR, LPDWORD \fIlpMaxMessageSize\fR, LPDWORD \fIlpNextSize\fR, LPDWORD \fIlpMessageCount\fR, LPDWORD \fIlpReadTimeout\fR ) .SH DESCRIPTION .PP Retrieve information about a mailslot. .SH PARAMS \fIhMailslot\fR \fB[In]\fR Mailslot handle. .PP \fIlpMaxMessageSize\fR \fB[Out]\fR Address of maximum message size. .PP \fIlpNextSize\fR \fB[Out]\fR Address of size of next message. .PP \fIlpMessageCount\fR \fB[Out]\fR Address of number of messages. .PP \fIlpReadTimeout\fR \fB[Out]\fR Address of read time-out. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/sync.c"\fR. .PP Debug channel \fB"sync"\fR.