Partager via


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

Obtient le tableau de caractères Unicode stocké dans l’objet IPropertyValue actuel.

Syntaxe

HRESULT GetChar16Array(
        UINT32 *valueLength,
  [out] WCHAR  **value
);

Paramètres

valueLength

[out] value

Type : WCHAR**

Tableau de caractères Unicode.

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

   
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::CreateChar16Array