NAME

EnumMRUListW  (COMCTL32.403)

SYNOPSIS

 INT EnumMRUListW
 (
  HANDLE hList,
  INT    nItemPos,
  void*  buffer,
  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/commctrl.c". https://source.winehq.org/source/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 Apr 2024.