Description
Retrieve the next lower WDM device object in the device stack of the specified WDF object.
Declaration
PDEVICE_OBJECT BffDeviceWdmGetAttachedDevice(WDFOBJECT BffDevice);
Parameter
BffDevice | The WDF object as a bus filter device object. |
Return value
The next lower WDM device object for success; NULL otherwise.
No comments:
Post a Comment