Click or drag to resize

CloudFilesContextMenuVerbBaseInvoke Method

IT Hit User File System
Invokes a Windows Explorer command.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public int Invoke(
	IShellItemArray itemArray,
	Object bindCtx
)

Parameters

itemArray
Type: IShellItemArray
Shell Item array.
bindCtx
Type: SystemObject
A pointer to an IBindCtx interface, which provides access to a bind context. This value can be NULL if no bind context is needed.

Return Value

Type: Int32
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Implements

IExplorerCommand.Invoke(IShellItemArray, Object)
See Also