Partager via


Méthode IPropertyDescriptionAliasInfo ::GetSortByAlias (propsys.h)

Obtient l’adresse d’un pointeur vers l’interface IPropertyDescription contenant la colonne de tri principale.

Syntaxe

HRESULT GetSortByAlias(
  [in]  REFIID riid,
  [out] void   **ppv
);

Paramètres

[in] riid

Type : REFIID

Référence à l’identificateur de l’interface IPropertyDescription demandée.

[out] ppv

Type : void**

Lorsque cette méthode retourne correctement, contient l’adresse d’un pointeur vers l’interface IPropertyDescription pour l’objet appelant.

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 propsys.h

Voir aussi

IPropertyDescriptionAliasInfo

IPropertyDescriptionAliasInfo ::GetAdditionalSortByAliases