IShellIconOverlayManager::RefreshOverlayImages method (shlobj_core.h)
Refreshes the overlay cache, the image list, or both.
Syntax
HRESULT RefreshOverlayImages(
[in] DWORD dwFlags
);
Parameters
[in] dwFlags
Type: DWORD
Determines what to refresh. It can be a bitwise OR one of the following:
SIOM_ICONINDEX
Reloads the icons into the image list.
SIOM_OVERLAYINDEX
Reloads the overlay cache.
Return value
Type: HRESULT
This method always returns S_OK.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shlobj_core.h |
DLL | Shell32.dll (version 5.0 or later) |