Sunday, June 5, 2016

How Do I Get the WDM PDO of a Bus Filter?

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

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

No comments:

Post a Comment