StorPortReleaseSpinLock - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

VOID StorPortReleaseSpinLock(
            PVOID             DeviceExtension,
  [in, out] PSTOR_LOCK_HANDLE LockHandle
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-storport-storportreleasespinlock)

StorPortReleaseSpinLock function

Description

The StorPortReleaseSpinLock routine releases a spinlock acquired by StorPortAcquireSpinLock.

Parameters

DeviceExtension

Pointer to a per-adapter device extension.

LockHandle [in, out]

Pointer to a lock handle returned by StorPortAcquireSpinLock.

See also

StorPortAcquireSpinLock