Click or drag to resize

CloudFilesContextMenuVerbBaseGetCanonicalName Method

IT Hit User File System
Gets the GUID of a Windows Explorer command.

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 GetCanonicalName(
	out Guid guid
)

Parameters

guid
Type: SystemGuid
Command's GUID, under which it is declared in the registry.

Return Value

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

Implements

IExplorerCommand.GetCanonicalName(Guid)
See Also