.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHWaitForSendMessageThread 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHWaitForSendMessageThread\fR (SHLWAPI.194) .SH SYNOPSIS DWORD SHWaitForSendMessageThread ( HANDLE \fIhand\fR, DWORD \fIdwTimeout\fR ) .SH DESCRIPTION .PP Wait for a message to arrive, with a timeout. .SH PARAMS \fIhand\fR \fB[In]\fR Handle to query. .PP \fIdwTimeout\fR \fB[In]\fR Timeout in ticks or \fBINFINITE\fR to never timeout. .PP .SH RETURNS .PP \fBSTATUS_TIMEOUT\fR if no message is received before \fIdwTimeout\fR ticks passes. Otherwise returns the value from MsgWaitForMultipleObjectsEx when a message is available. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.