SoundFreeDevice

VOID
SoundFreeDevice(
IN PDEVICE_OBJECT
DeviceObject
);

The SoundFreeDevice function deletes a device object and frees its resources.

Parameters

DeviceObject

Pointer to a device object.

Return Value

None.

Comments

SoundFreeDevice frees resources that were reserved with SoundReportResourceUsage. It also frees resources associated with the driver object. The specified device object is deleted.