// ks.h
KSDDKAPI VOID KsReleaseDeviceSecurityLock(
[in] KSDEVICE_HEADER Header
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsReleaseDeviceSecurityLock function releases a previously acquired security lock on the device object header.
Header [in]Points to a header previously allocated by KsAllocateDeviceHeader whose security lock is to be released.
None