NDIS Read Write Lock Interface (Compact 2013)
3/26/2014
This section discusses the NDIS read/write lock interface.
In This Section
- NdisAcquireReadWriteLock
Acquires a lock that the caller uses for either write or read access to the resources that are shared among driver threads.
- NdisInitializeReadWriteLock
Initializes a read or write lock variable of type NDIS_RW_LOCK.
- NdisReleaseReadWriteLock
Releases a lock that was acquired in a previous call to NdisAcquireReadWriteLock.
See Also
Reference
NDIS General-use Interfaces
NDIS Core Functionality Reference