Partager via


Méthode IPropertyValue ::GetInt64Array (windows.foundation.h)

Obtient le tableau de valeurs entières 64 bits signées qui sont stockées dans l’objet IPropertyValue actuel.

Syntaxe

HRESULT GetInt64Array(
        UINT32 *valueLength,
  [out] INT64  **value
);

Paramètres

valueLength

[out] value

Type : INT64**

Tableau de valeurs entières 64 bits signées.

Le pointeur retourné doit être libéré à l’aide de CoTaskMemFree.

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 8
Serveur minimal pris en charge Windows Server 2012
Plateforme cible Windows
En-tête windows.foundation.h

Voir aussi

IPropertyValue

IPropertyValueStatics ::CreateInt64Array