Scroll to navigation

CreateMRUListA(3w) Wine API CreateMRUListA(3w)

NAME

CreateMRUListA (COMCTL32.151)

SYNOPSIS

HANDLE CreateMRUListA
(
const MRUINFOA* lpcml
)
 

DESCRIPTION

Creates a most-recently-used list.
 

PARAMS

lpcml [In] pointer to CREATEMRULIST structure.
 

RETURNS

Handle to MRU 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".
Oct 2012 Wine API