Structure HelperAttributeInfo (ndhelper.h)
La structure HelperAttributeInfo contient le nom de l’attribut d’assistance et son type.
Syntaxe
typedef struct tagHelperAttributeInfo {
LPWSTR pwszName;
ATTRIBUTE_TYPE type;
} HelperAttributeInfo, *PHelperAttributeInfo;
Membres
pwszName
Type : [string] LPWSTR
Pointeur vers une chaîne terminée par null qui contient le nom de l’attribut d’assistance.
type
Type : ATTRIBUTE_TYPE
Type d’attribut d’assistance.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | ndhelper.h |