PRB: Icon Handlers in Start Menu Don't Match Those in Explorer

Last reviewed: January 10, 1996
Article ID: Q142276
The information in this article applies to:
  • Microsoft Win32 Software Development Kit for Microsoft Windows 95

SYMPTOMS

Icons shown on items in the start menu may not match those shown in Windows Explorer for the same items if an icon handler is being used to generate the icons and the GIL_DONTCACHE flag is present.

RESOLUTION

There is a problem in the Start menu code handling the GIL_DONTCACHE flag. If that flag is removed from the code, the start menu will work correctly. If the GIL_DONTCACHE is being used to ensure that the right icons are geting cached, you can solve that same problem by using SHChangeNotify(SHCNE_UPDATEDIR, SHCNF_PATH, ...) to notify the shell whenever the handler code makes a change to the icons.

STATUS

This behavior is by design.


Additional reference words: 4.00 shell extension icon handler
KBCategory: kbui kbprb
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 10, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.