DEVPROP_TYPEMOD_LIST
In Windows Vista e versioni successive di Windows, l'identificatore DEVPROP_TYPEMOD_LIST rappresenta un modificatore property-data-type che può essere combinato solo con gli identificatori di tipo base-datiDEVPROP_TYPE_STRING e DEVPROP_TYPE_SECURITY_DESCRIPTOR_STRING per creare un identificatore di tipo proprietà-dati che rappresenta un elenco REG_MULTI_SZ di stringhe Unicode con terminazione NULL.
Commenti
non è possibile combinare DEVPROP_TYPEMOD_LIST con identificatori di tipo base di tipo base DEVPROP_TYPE_EMPTY, DEVPROP_TYPE_NULL DEVPROP_TYPE_SECURITY_DESCRIPTOR o DEVPROP_TYPE_SECURITY_DESCRIPTOR a lunghezza fissa.
Per creare un identificatore di tipo proprietà-dati che rappresenta un elenco di stringhe, eseguire un'operazione OR bit per bit tra il modificatore DEVPROP_TYPEMOD_LIST property-data-type e l'identificatore di DEVPROP_TYPE_Xxx corrispondente. Ad esempio, per specificare un elenco REG_MULTI_SZ di stringhe Unicode, eseguire l'or bit per bit seguente: (DEVPROP_TYPEMOD_LIST | DEVPROP_TYPE_STRING).
Le dimensioni di un elenco REG_MULTI_SZ di stringhe Unicode con terminazione NULL sono le dimensioni dell'elenco, incluso il valore NULL finale che ha terminato l'elenco.
Per informazioni su come creare un identificatore di tipo property-data che rappresenta una matrice di valori di dati a lunghezza fissa, vedere DEVPROP_TYPEMOD_ARRAY.
Requisiti
Intestazione |
Devpropdef.h (includere Devpropdef.h) |