NAME

AddMRUData  (COMCTL32.167)

SYNOPSIS

 INT AddMRUData
 (
  HANDLE  hList,
  LPCVOID lpData,
  DWORD   cbData
 )

DESCRIPTION

Add item to MRU binary list. If item already exists in list then it is simply moved up to the top of the list and not added again. If list is full then the least recently used item is removed to make room.

PARAMS

hList [In] Handle to list.
lpData [In] pointer to data to add.
cbData [In] number of bytes of data.

RETURNS

No. corresponding to registry name where value is stored 'a' -> 0 etc.

-1 on error.

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/comctl32/comctl32undoc.c". source.winehq.org/source/dlls/comctl32/comctl32undoc.c

Debug channel "commctrl".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.