Exposes methods to create Explorer commands and command enumerators.
IExplorerCommandProvider Members
| GetCommand |
Gets a specified Explorer command instance. |
| GetCommands |
Gets a specified Explorer command enumerator instance. |
Remarks
None of the methods of this interface should communicate with network resources; they are called on the user interface (UI) thread and doing so would cause the UI to stop responding.
Each command should have its own unique GUID; the command provider is expected to create a command instance on a per-GUID basis.
Interface Information
| Inherits from | IUnknown |
|---|
| Header and IDL files | shobjidl.h, shobjidl.idl |
|---|
| Minimum operating systems |
Windows Vista |
|---|