InitPropVariantFromStringVector, fonction (propvarutil.h)
Initialise une structure PROPVARIANT à partir d’un vecteur de chaîne spécifié.
Syntaxe
PSSTDAPI InitPropVariantFromStringVector(
[in] PCWSTR *prgsz,
[in] ULONG cElems,
[out] PROPVARIANT *ppropvar
);
Paramètres
[in] prgsz
Type : PCWSTR*
Pointeur vers une mémoire tampon qui contient le vecteur de chaîne source.
[in] cElems
Type : ULONG
Nombre d’éléments vectoriels dans prgsz.
[out] ppropvar
Type : PROPVARIANT*
Lorsque cette fonction est retournée, contient la structure PROPVARIANT initialisée.
Valeur retournée
Type : HRESULT
Si cette fonction 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 XP avec SP2, Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 avec SP1 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | propvarutil.h |
Bibliothèque | Propsys.lib |
DLL | Propsys.dll (version 6.0 ou ultérieure) |
Composant redistribuable | Windows Desktop Search (WDS) 3.0 |