EnumMRUListW (COMCTL32.403)
INT EnumMRUListW ( HANDLE hList, INT nItemPos, void* buffer, DWORD nBufferSize )
Enumerate item in a most-recently-used list.
hList | [In] | list handle. |
nItemPos | [In] | item position to enumerate. |
lpBuffer | [Out] | buffer to receive item. |
nBufferSize | [In] | size of buffer. |
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.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/comctl32/commctrl.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/commctrl.c
Debug channel "commctrl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.