Méthode IShellItem2 ::GetInt32 (shobjidl_core.h)
Obtient la valeur Int32 de la clé de propriété spécifiée.
Syntaxe
HRESULT GetInt32(
[in] REFPROPERTYKEY key,
[out] int *pi
);
Paramètres
[in] key
Type : REFPROPERTYKEY
Référence à une structure PROPERTYKEY .
[out] pi
Type : int*
Pointeur vers une valeur Int32.
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) |