DelMRUString(3w)
NAME
DelMRUString (COMCTL32.156)
SYNOPSIS
BOOL DelMRUString ( HANDLE hList, INT nItemPos )
DESCRIPTION
Removes item from either string or binary list (despite its name).
PARAMS
hList [In] list handle.
nItemPos [In] item position to remove 0 -> MRU.
RETURNS
TRUE if successful, FALSE if nItemPos is out of range.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/comctl32undoc.c".
- Debug channel "commctrl".