Sunday, June 5, 2016

How Do I Get the Next Lower WDM Device Object in the Device Stack?

BFF provides the following routine for this purpose:
PDEVICE_OBJECT BffDeviceWdmGetAttachedDevice(WDFOBJECT BffDevice);

where BffDevice is the WDF general object handle to the bus filter device object.

No comments:

Post a Comment