术语 | shloadnonloadediconoverlayidentifiers |
释义 | SHLoadNonloadedIconOverlayIdentifiers 语法: HRESULT SHLoadNonloadedIconOverlayIdentifiers(VOID); Return Value Always returns S_OK. Remarks A call to SHLoadNonloadedIconOverlayIdentifiers does not result in the immediate loading of a Shell extension, nor does it cause an icon overlay handler to be loaded. A call to SHLoadNonloadedIconOverlayIdentifiers results in a situation such that the next code to ask for icon overlay information triggers a comparison of icon overlays in the registry to those that are already loaded. If an icon overlay is newly registered and the system has not already reached its upper limit of fifteen icon overlays, the new overlay is loaded. SHLoadNonloadedIconOverlayIdentifiers alone does not load a new icon overlay; you also need to trigger an action that uses the overlay, such as a refresh of a Windows Explorer view. For more information, see Creating Icon Overlay Handlers . Function Information Minimum DLL Versionshell32.dll version 5.0 or later Custom ImplementationNo Headershellapi.h Import libraryshell32.lib Minimum operating systemsWindows 2000 SHLoadNonloadedIconOverlayIdentifiers功能 信号的壳牌,在今后的操作,需要覆盖的资料,应加载图标覆盖标识,要么没有建立或者没有在启动时创建的存在。标识符已经被加载不受影响。 ==英文原文==SHLoadNonloadedIconOverlayIdentifiers Function 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. Syntax HRESULT SHLoadNonloadedIconOverlayIdentifiers(VOID); Return Value Always returns S_OK. Remarks A call to SHLoadNonloadedIconOverlayIdentifiers does not result in the immediate loading of a Shell extension, nor does it cause an icon overlay handler to be loaded. A call to SHLoadNonloadedIconOverlayIdentifiers results in a situation such that the next code to ask for icon overlay information triggers a comparison of icon overlays in the registry to those that are already loaded. If an icon overlay is newly registered and the system has not already reached its upper limit of fifteen icon overlays, the new overlay is loaded. SHLoadNonloadedIconOverlayIdentifiers alone does not load a new icon overlay; you also need to trigger an action that uses the overlay, such as a refresh of a Windows Explorer view. For more information, see Creating Icon Overlay Handlers . Function Information Minimum DLL Versionshell32.dll version 5.0 or later Custom ImplementationNo Headershellapi.h Import libraryshell32.lib Minimum operating systemsWindows 2000 ==原始网址==http://msdn.microsoft.com/en-us/library/bb762215(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。