The information in this article applies to:
SUMMARYCreating and updating shell extensions in Windows requires that the shell be restarted. This may be accomplished by having the user manually perform this task; however, in many cases, you may find it is better to do it programmatically. MORE INFORMATIONTo restart the shell programmatically, find the shell window, post it a quit message, and then call WinExec() with explorer.exe. For Example:
Additional query words:
Keywords : kbLib kbNTOS kbWinOS kbGrpShell |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |