EnumMRUListW(3w)
NAME
EnumMRUListW (COMCTL32.403)
SYNOPSIS
INT EnumMRUListW ( HANDLE hList, INT nItemPos, LPVOID lpBuffer, DWORD nBufferSize )
DESCRIPTION
Enumerate item in a most-recently-used list.
PARAMS
hList [In] list handle.
nItemPos [In] item position to enumerate.
lpBuffer [Out] buffer to receive item.
nBufferSize [In] size of buffer.
RETURNS
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 -1. If lpBuffer == NULL or nItemPos is -ve return value
is number of items in the list.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/comctl32undoc.c".
- Debug channel "commctrl".