SHUpdateImageW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shell32/shellord.c".

Debug channel "shell".