NDIS_RW_LOCK_REFCOUNT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

typedef union _NDIS_RW_LOCK_REFCOUNT {
  ULONG RefCount;
  UCHAR cacheLine[16];
} NDIS_RW_LOCK_REFCOUNT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_ndis_rw_lock_refcount)

_NDIS_RW_LOCK_REFCOUNT structure

Description

The NDIS_RW_LOCK_REFCOUNT union defines attributes of a read/write lock. This struct is opaque to NDIS drivers.

Members

RefCount

This struct is opaque to NDIS drivers.

cacheLine

This struct is opaque to NDIS drivers.