Méthode IExplorerCommandProvider ::GetCommand (shobjidl_core.h)
Obtient une instance de commande Explorer spécifiée.
Syntaxe
HRESULT GetCommand(
REFGUID rguidCommandId,
REFIID riid,
[out] void **ppv
);
Paramètres
rguidCommandId
Type : REFGUID
Référence à un ID de commande en tant que GUID. Utilisé pour obtenir une définition de commande.
riid
Type : REFIID
Référence à l’IID de l’interface demandée.
[out] ppv
Type : void**
Lorsque cette fonction retourne, contient le pointeur d’interface demandé dans riid. Il s’agit généralement d’IExplorerCommand.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h (inclure Shobjidl.h) |