Fonction IsPropVariantVector (propvarutil.h)
Spécifie si une structure PROPVARIANT a un type vectoriel.
Syntaxe
BOOL IsPropVariantVector(
[in] REFPROPVARIANT propvar
);
Paramètres
[in] propvar
Type : REFPROPVARIANT
Référence à la structure PROPVARIANT interrogée.
Valeur retournée
Type : BOOL
Retourne TRUE si propvar est un VT_ARRAY | VT_VECTOR PROPVARIANT ; sinon, FALSE.
Remarques
Il s’agit d’une fonction inline, avec son code source fourni dans l’en-tête. Il n’est inclus dans aucun fichier .dll ou .lib.
Configuration requise
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 |
Composant redistribuable | Windows Desktop Search (WDS) 3.0 |