- You provide the callback function, DeviceRemove, for removal of a bus filter device object at initialization of BFF. DeviceRemove, when invoked, will receive the WDF general object handle to the bus filter device object which is being removed. Therefore, you may release any resource therein.
- You provide EvtCleanupCallback or EvtDestroyCallback for your own context space in your DeviceAdd callback function, just like the destruction of any ordinary WDF object.
A framework for KMDF-based upper filter drivers to behave as bus filters. You don't need to write WDM drivers any more!
Sunday, June 5, 2016
How Do I Clean up/Destroy My Own Device-Specific Data?
You have two options:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment