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 to obtain a pointer to the function.

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.