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.
Namespace: DevCase.Win32.NativeMethodsAssembly: 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()
<DllImportAttribute("Shell32.dll">]
Public Shared Function SHLoadNonloadedIconOverlayIdentifiers As HResult
Dim returnValue As HResult
returnValue = Shell32.SHLoadNonloadedIconOverlayIdentifiers()
public:
[DllImportAttribute(L"Shell32.dll")]
static HResult SHLoadNonloadedIconOverlayIdentifiers()
[<DllImportAttribute("Shell32.dll")>]
static member SHLoadNonloadedIconOverlayIdentifiers : unit -> HResult
No code example is currently available or this language may not be supported.
Return Value
HResult
Always returns
S_OK.