Click or drag to resize

Win32ShellContextMenuProviderExecuteCommand Method (ShellContextMenuCommand)

Note: This API is now obsolete.

Executes the command operation on the SourceItems.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
[ObsoleteAttribute("Use ExecuteCommand(ShellCommand) instead")]
public void ExecuteCommand(
	ShellContextMenuCommand pCommand
)

Parameters

pCommand
Type: Jam.ShellShellContextMenuCommand
The command.
See Also