// ks.h
void KsTerminateDevice(
[in] PDEVICE_OBJECT DeviceObject
);
View the official Windows Driver Kit DDI reference
No description available.
The KsTerminateDevice function removes an AVStream device.
DeviceObject
[in]A pointer to a DEVICE_OBJECT structure corresponding to the device for which to remove AVStream support.
Normally, AVStream calls KsTerminateDevice upon receipt of a PnP remove device IRP (IRP_MN_REMOVE_DEVICE). Most minidrivers do not call this function directly; however, it can be used to remove AVStream support for the device given in DeviceObject.