Struttura HelperAttributeInfo (ndhelper.h)
La struttura HelperAttributeInfo contiene il nome dell'attributo helper e il relativo tipo.
Sintassi
typedef struct tagHelperAttributeInfo {
LPWSTR pwszName;
ATTRIBUTE_TYPE type;
} HelperAttributeInfo, *PHelperAttributeInfo;
Members
pwszName
Tipo: [string] LPWSTR
Puntatore a una stringa con terminazione null contenente il nome dell'attributo helper.
type
Tipo: ATTRIBUTE_TYPE
Tipo di attributo helper.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | ndhelper.h |