// ks.h
void KsAcquireDevice(
[in] PKSDEVICE Device
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsAcquireDevice function gains synchronous access for Device by acquiring the device mutex.
Device [in]An AVStream device for which synchronous control should be acquired.
For more information, see Mutexes in AVStream.