// storport.h
VOID StorPortReleaseSpinLock(
PVOID DeviceExtension,
[in, out] PSTOR_LOCK_HANDLE LockHandle
);
View the official Windows Driver Kit DDI reference
No description available.
The StorPortReleaseSpinLock routine releases a spinlock acquired by StorPortAcquireSpinLock.
DeviceExtension
Pointer to a per-adapter device extension.
LockHandle
[in, out]Pointer to a lock handle returned by StorPortAcquireSpinLock.