NDIS_RW_LOCK_REFCOUNT union (ndis.h)
The NDIS_RW_LOCK_REFCOUNT union defines attributes of a read/write lock. This struct is opaque to NDIS drivers.
Syntax
typedef union _NDIS_RW_LOCK_REFCOUNT {
ULONG RefCount;
UCHAR cacheLine[16];
} NDIS_RW_LOCK_REFCOUNT;
Members
RefCount
This struct is opaque to NDIS drivers.
cacheLine[16]
This struct is opaque to NDIS drivers.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Obsolete in NDIS 6.20 and later. Supported for NDIS 6.0 and NDIS 5.1 in Windows Vista and Windows 7. Supported for NDIS 5.1 drivers in Windows XP. |
Header | ndis.h (include Ndis.h) |