Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exposes methods to create Explorer commands and command enumerators.
Inheritance
The IExplorerCommandProvider interface inherits from the IUnknown interface. IExplorerCommandProvider also has these types of members:
Methods
The IExplorerCommandProvider interface has these methods.
IExplorerCommandProvider::GetCommand Gets a specified Explorer command instance. |
IExplorerCommandProvider::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 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |