Scroll to navigation

EnumMRUListW(3w) Wine API 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

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/comctl32/comctl32undoc.c".
Debug channel "commctrl".
Oct 2012 Wine API