NDIS_RW_LOCK_EX structure
The NDIS_RW_LOCK_EX structure defines the attributes of a read/write lock. This structure is opaque to NDIS drivers.
Syntax
typedef struct _NDIS_RW_LOCK_EX {
; // Reserved for NDIS.
} NDIS_RW_LOCK_EX, *PNDIS_RW_LOCK_EX;
Members
Requirements
Version |
Supported in NDIS 6.20 and later. |
Header |
Ndis.h (include Ndis.h) |
See also