.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH EnumMRUListW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBEnumMRUListW\fR (COMCTL32.403) .SH SYNOPSIS INT EnumMRUListW ( HANDLE \fIhList\fR, INT \fInItemPos\fR, LPVOID \fIlpBuffer\fR, DWORD \fInBufferSize\fR ) .SH DESCRIPTION .PP Enumerate item in a most-recently-used list. .SH PARAMS \fIhList\fR \fB[In]\fR list handle. .PP \fInItemPos\fR \fB[In]\fR item position to enumerate. .PP \fIlpBuffer\fR \fB[Out]\fR buffer to receive item. .PP \fInBufferSize\fR \fB[In]\fR size of buffer. .PP .SH RETURNS .PP For binary lists specifies how many bytes were copied to buffer, for string lists specifies full length of string. Enumerating past the end of list returns \fB-1.\fR If \fIlpBuffer\fR == \fBNULL\fR or \fInItemPos\fR is -ve return value is number of items in the list. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/comctl32/comctl32undoc.c"\fR. .PP Debug channel \fB"commctrl"\fR.