WIA_PROPID_TO_NAME structure (wia_xp.h)
Fournit un moyen rapide par lequel les applications peuvent rechercher le nom de propriété WiA (Windows Image Acquisition) standard à partir de l’ID de propriété WIA (ou vice versa). Si le propid n’existe pas dans ce tableau, il ne s’agit probablement pas d’une propriété WIA standard. D’autres façons d’obtenir le nom de la propriété à partir de l’ID de propriété incluent l’utilisation du IEnumSTATPROPSTG récupéré en appelant IWiaPropertyStorage ::Enum sur un élément particulier.
Syntaxe
typedef struct _WIA_PROPID_TO_NAME {
PROPID propid;
LPOLESTR pszName;
} WIA_PROPID_TO_NAME, *PWIA_PROPID_TO_NAME;
Membres
propid
Type : PROPID
ID de propriété WIA.
pszName
Type : LPOLESTR
Nom de la propriété WIA.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel, Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | wia_xp.h (incluez Wia.h) |