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.2.27026.0
Syntax public int GetCanonicalName(
out Guid guid
)
Public Function GetCanonicalName (
<OutAttribute> ByRef guid As Guid
) As Integer
public:
virtual int GetCanonicalName(
[OutAttribute] Guid% guid
) sealed
abstract GetCanonicalName :
guid : Guid byref -> int
override GetCanonicalName :
guid : Guid byref -> int
Parameters
- guid
- Type: SystemGuid
Command's GUID, under which it is declared in the registry.
Return Value
Type:
Int32If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Implements
IExplorerCommand.GetCanonicalName(Guid)See Also