NdisAcquireSpinLock

NdisAcquireSpinLock acquires a spin lock so the caller gains exclusive access to the resources, shared among driver functions, that the spin lock protects.

Syntax

VOID NdisAcquireSpinLock(IN PNDIS_SPIN_LOCK SpinLock);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit