Click or drag to resize

CloudFilesContextMenuVerbBaseEnumSubCommands Method

IT Hit User File System
Retrieves an enumerator for a command's subcommands.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26791.0-Beta2
Syntax
public int EnumSubCommands(
	out IEnumExplorerCommand commandEnum
)

Parameters

commandEnum
Type: IEnumExplorerCommand
Contains an IEnumExplorerCommand interface pointer that can be used to walk the set of subcommands.

Return Value

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

Implements

IExplorerCommand.EnumSubCommands(IEnumExplorerCommand)
See Also