SHUpdateImageW(3w)
NAME
SHUpdateImageW (SHELL32.192)
SYNOPSIS
void SHUpdateImageW ( LPCWSTR pszHashItem, int iIndex, UINT uFlags, int iImageIndex )
DESCRIPTION
Notifies the shell that an icon in the system image list has been
changed.
PARAMS
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.
RETURNS
Nothing.
NOTES
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.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/shellord.c".
- Debug channel "shell".