Shell32SHLoadNonloadedIconOverlayIdentifiers Method

Signals the Shell that during the next operation requiring overlay information, it should load icon overlay identifiers that either failed creation or were not present for creation at startup.

Identifiers that have already been loaded are not affected.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Shell32.dll")]
public static HResult SHLoadNonloadedIconOverlayIdentifiers()

Return Value

HResult
Always returns S_OK.

Remarks

See Also