struttura SP_INF_INFORMATION (setupapi.h)
La struttura SP_INF_INFORMATION archivia informazioni su un file INF, incluso lo stile, il numero di file INF costitutivi e i dati sulla versione.
Sintassi
typedef struct _SP_INF_INFORMATION {
DWORD InfStyle;
DWORD InfCount;
BYTE VersionData[ANYSIZE_ARRAY];
} SP_INF_INFORMATION, *PSP_INF_INFORMATION;
Members
InfStyle
Stile del file INF. Questo membro può essere uno dei valori seguenti.
Valore | Significato |
---|---|
|
Specifica che lo stile del file INF non è riconosciuto o non esistente. |
|
Formato di file INF legacy. |
|
Formato di file WINDOWS INF. |
InfCount
Numero di file INF costitutivi.
VersionData[ANYSIZE_ARRAY]
Archivia le informazioni dalla sezione Versione di un file INF in una matrice di byte ANYSIZE_ARRAY .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | setupapi.h |