Contents Index Topic Contents | ||
Previous Topic: IShellBrowser::TranslateAcceleratorSB Next Topic: IShellExecuteHook::Execute |
IShellExecuteHook
The IShellExecuteHook interface extends the behavior of the ShellExecute or ShellExecuteEx function. It is typically implemented by subsystems that expose the names of objects that the user can specify in the Run dialog box after clicking the Windows Start button.
When to Implement
You should implement IShellExecuteHook when you have named objects that the user would expect to be able to run from the Run dialog box after clicking the Windows Start button.
When to Use
You do not use this interface directly. It is generally used by the ShellExecuteEx function's code.
IShellExecuteHook Method Description Execute Called when ShellExecute or ShellExecuteEx is called for an object that is registered.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.