SHUpdateImageW (SHELL32.192)
void SHUpdateImageW ( LPCWSTR pszHashItem, int iIndex, UINT uFlags, int iImageIndex )
Notifies the shell that an icon in the system image list has been changed.
pszHashItem | [In] | Path to file that contains the icon. |
iIndex | [In] | Zero-based index of the icon in the file. |
uFlags | [In] | Flags determining the icon attributes. See notes. |
iImageIndex | [In] | Index of the icon in the system image list. |
Nothing.
uFlags can be one or more of the following flags: GIL_NOTFILENAME - pszHashItem is not a file name. GIL_SIMULATEDOC - Create a document icon using the specified icon.
Declared in "include/shlobj.h". gitlab.winehq.org/wine/wine/blob/master/include/shlobj.h
Implemented in "dlls/shell32/shellord.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shellord.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.