WCN_VENDOR_EXTENSION_SPEC struttura (wcndevice.h)
La struttura WCN_VENDOR_EXTENSION_SPEC contiene dati che definiscono un'estensione del fornitore.
Sintassi
typedef struct tagWCN_VENDOR_EXTENSION_SPEC {
DWORD VendorId;
DWORD SubType;
DWORD Index;
DWORD Flags;
} WCN_VENDOR_EXTENSION_SPEC;
Members
VendorId
Impostare questo valore sul numero ID organizzazione SMI del fornitore che definisce l'estensione del fornitore. Ad esempio, l'ID Microsoft è '311' (WCN_MICROSOFT_VENDOR_ID).
SubType
Sottotipo, come definito dai primi due byte dell'estensione fornitore. Se il fornitore non ha fornito il prefisso del sottotipo a due byte, usare WCN_NO_SUBTYPE.
Index
Distingue tra più estensioni del fornitore con lo stesso VendorID e SubType. L'indice inizia a zero.
Flags
Le applicazioni devono specificare uno dei valori di flag seguenti:
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | wcndevice.h |