KsReleaseDeviceSecurityLock - NtDoc

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

KSDDKAPI VOID KsReleaseDeviceSecurityLock(
  [in] KSDEVICE_HEADER Header
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksreleasedevicesecuritylock)

KsReleaseDeviceSecurityLock function

Description

The KsReleaseDeviceSecurityLock function releases a previously acquired security lock on the device object header.

Parameters

Header [in]

Points to a header previously allocated by KsAllocateDeviceHeader whose security lock is to be released.

Return value

None

See also

KsAllocateDeviceHeader