DelMRUString.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "commctrl".