NAME

EnumMRUListW  (COMCTL32.403)

SYNOPSIS

 INT EnumMRUListW
 (
  HANDLE hList,
  INT    nItemPos,
  LPVOID lpBuffer,
  DWORD  nBufferSize
 )

DESCRIPTION

Enumerate item in a most-recenty-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 to obtain a pointer to the function.

Implemented in "dlls/comctl32/comctl32undoc.c". source.winehq.org/source/dlls/comctl32/comctl32undoc.c

Debug channel "commctrl".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.