Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.54 KB

nf-shobjidl_core-iexplorercommand-getcanonicalname.md

File metadata and controls

72 lines (58 loc) · 2.54 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IExplorerCommand.GetCanonicalName
IExplorerCommand::GetCanonicalName (shobjidl_core.h)
Gets the GUID of a Windows Explorer command.
GetCanonicalName
GetCanonicalName method [Windows Shell]
GetCanonicalName method [Windows Shell]
IExplorerCommand interface
IExplorerCommand interface [Windows Shell]
GetCanonicalName method
IExplorerCommand.GetCanonicalName
IExplorerCommand::GetCanonicalName
_shell_IExplorerCommand_GetCanonicalName
shell.IExplorerCommand_GetCanonicalName
shobjidl_core/IExplorerCommand::GetCanonicalName
shell\IExplorerCommand_GetCanonicalName.htm
shell
c0f2fc66-98f5-404f-9d82-0290ed235ac0
12/05/2018
GetCanonicalName, GetCanonicalName method [Windows Shell], GetCanonicalName method [Windows Shell],IExplorerCommand interface, IExplorerCommand interface [Windows Shell],GetCanonicalName method, IExplorerCommand.GetCanonicalName, IExplorerCommand::GetCanonicalName, _shell_IExplorerCommand_GetCanonicalName, shell.IExplorerCommand_GetCanonicalName, shobjidl_core/IExplorerCommand::GetCanonicalName
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IExplorerCommand::GetCanonicalName
shobjidl_core/IExplorerCommand::GetCanonicalName
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IExplorerCommand.GetCanonicalName

IExplorerCommand::GetCanonicalName

-description

Gets the GUID of a Windows Explorer command.

-parameters

-param pguidCommandName [out]

Type: GUID*

A pointer to a value that, when this method returns successfully, receives the command's GUID, under which it is declared in the registry.

-returns

Type: HRESULT

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

-remarks

This method is somewhat misnamed, given that it retrieves a GUID. To retrieve the command's canonical name, you must take the additional step to pull it from the command's subkey. The GUID is the name of the subkey. where that information is stored.