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 ai driver NDIS.
Sintassi
typedef union _NDIS_RW_LOCK_REFCOUNT {
ULONG RefCount;
UCHAR cacheLine[16];
} NDIS_RW_LOCK_REFCOUNT;
Members
RefCount
Questo struct è opaco ai driver NDIS.
cacheLine[16]
Questo struct è opaco ai driver NDIS.
Requisiti
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 (includere Ndis.h) |