.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateMailslotW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateMailslotW\fR (KERNEL32.@) .SH SYNOPSIS HANDLE CreateMailslotW ( LPCWSTR \fIlpName\fR, DWORD \fInMaxMessageSize\fR, DWORD \fIlReadTimeout\fR, LPSECURITY_ATTRIBUTES \fIsa\fR ) .SH DESCRIPTION .PP Create a mailslot with specified name. .SH PARAMS \fIlpName\fR \fB[In]\fR Pointer to string for mailslot name. .PP \fInMaxMessageSize\fR \fB[In]\fR Maximum message size. .PP \fIlReadTimeout\fR \fB[In]\fR Milliseconds before read time-out. .PP \fIsa\fR \fB[In]\fR Pointer to security structure. .PP .SH RETURNS .PP \fBSuccess:\fR Handle to mailslot .PP \fBFailure:\fR \fBINVALID_HANDLE_VALUE\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.