.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AddMRUData 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAddMRUData\fR (COMCTL32.167) .SH SYNOPSIS INT AddMRUData ( HANDLE \fIhList\fR, LPCVOID \fIlpData\fR, DWORD \fIcbData\fR ) .SH DESCRIPTION .PP Add item to \fBMRU\fR binary list. If item already exists in list then it is simply moved up to the top of the list and not added again. If list is full then the least recently used item is removed to make room. .SH PARAMS \fIhList\fR \fB[In]\fR Handle to list. .PP \fIlpData\fR \fB[In]\fR pointer to data to add. .PP \fIcbData\fR \fB[In]\fR number of bytes of data. .PP .SH RETURNS .PP No. corresponding to registry name where value is stored \fB'a'\fR -> \fB0\fR etc. .PP \fB-\fR\fB1\fR on error. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/comctl32/comctl32undoc.c"\fR. .PP Debug channel \fB"commctrl"\fR.