|
IShellExecuteHook
Extends the behavior of ShellExecute or ShellExecuteEx. Typically implemented by subsystems that expose the names of objects that
users might type into the Start.Run... dialog.
When to Implement
You should implement IShellExecuteHook when you have named objects that users would expect to be able to run in the
Start.Run... dialog.
When to Use
You do not use this interface directly. It is generally used by the ShellExecuteEx code.
Methods in Vtable Order
IUnknown Methods
| Description
| QueryInterface
| Returns pointers to supported interfaces.
| AddRef
| Increments reference count.
| Release
| Decrements reference count.
|
IShellExecuteHook
| Description
| Execute
| Fill in this field.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|