EnumMRUListW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/comctl32/comctl32undoc.c".

Debug channel "commctrl".