SHAddDataBlock (SHLWAPI.20)
BOOL SHAddDataBlock ( LPDBLIST* lppList, const DATABLOCK_HEADER* lpNewItem )
Insert a new item into a DataBlock list.
lppList | [0] | Pointer to the List |
lpNewItem | [In] | The new item to add to the list. |
Success: S_OK. The item is added to the list.
Failure: An HRESULT error code.
If the size of the element to be inserted is less than the size of a DATABLOCK_HEADER node, or the Id for the item is CLIST_ID_CONTAINER, the call returns S_OK but does not actually add the element. See SHWriteDataBlockList.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/clist.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/clist.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.