KsReleaseDevice - NtDoc

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

void KsReleaseDevice(
  [in] PKSDEVICE Device
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsReleaseDevice function

Description

The KsReleaseDevice function releases the device mutex and exits the critical region.

Parameters

Device [in]

A pointer to a KSDEVICE structure representing the AVStream device for which to release synchronous control.

Remarks

KsReleaseDevice is used by a client that has finished accessing the device in a synchronous manner following a previous call to KsAcquireDevice.

For more information, see Mutexes in AVStream.

See also

KSDEVICE

KsAcquireDevice