NDIS_RW_LOCK_REFCOUNT unione (ndis.h)
L'unione NDIS_RW_LOCK_REFCOUNT definisce gli attributi di un blocco di lettura/scrittura. Questo struct è opaco per i driver NDIS.
Sintassi
typedef union _NDIS_RW_LOCK_REFCOUNT {
ULONG RefCount;
UCHAR cacheLine[16];
} NDIS_RW_LOCK_REFCOUNT;
Membri
RefCount
Questo struct è opaco per i driver NDIS.
cacheLine[16]
Questo struct è opaco per i driver NDIS.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Obsoleto in NDIS 6.20 e versioni successive. Supportato per NDIS 6.0 e NDIS 5.1 in Windows Vista e Windows 7. Supportato per i driver NDIS 5.1 in Windows XP. |
intestazione | ndis.h (include Ndis.h) |