table of contents
other versions
- wheezy 1.4.1-4
DelMRUString(3w) | Wine API | 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 "dlls/comctl32/comctl32undoc.c". Debug channel "commctrl".Oct 2012 | Wine API |