NdisFreeSpinLock (Windows CE 5.0)
This function releases a spin lock initialized in a preceding call to the NdisAllocateSpinLock function.
VOIDNdisFreeSpinLock(PNDIS_SPIN_LOCKSpinLock);
Parameters
- SpinLock
[in] Pointer to the spin lock to be de-initialized.
Return Values
None.
Remarks
If the caller of this function needs to use the spin lock again, it must call NdisAllocateSpinLock before passing that spin lock pointer to any of the NdisXXXSpinLock or NdisInterlockedXXX functions.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
NdisAcquireSpinLock | NdisAllocateSpinLock | NdisDprAcquireSpinLock | NdisDprReleaseSpinLock | NdisReleaseSpinLock
Send Feedback on this topic to the authors