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.2.27026.0
Syntax public int Invoke(
IShellItemArray itemArray,
Object bindCtx
)
Public Function Invoke (
itemArray As IShellItemArray,
bindCtx As Object
) As Integer
public:
virtual int Invoke(
IShellItemArray^ itemArray,
Object^ bindCtx
) sealed
abstract Invoke :
itemArray : IShellItemArray *
bindCtx : Object -> int
override Invoke :
itemArray : IShellItemArray *
bindCtx : Object -> int
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:
Int32If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Implements
IExplorerCommand.Invoke(IShellItemArray, Object)See Also