Thursday, June 16, 2016

BFF_DEVICE_REMOVE / PBFF_DEVICE_REMOVE

Description


Callback function for removal of a bus filter device object. After this call, the WDF object, BffDevice, will be deleted, and its underlying WDM device object will be detached, and then deleted as well. See also BFF_DEVICE_CONFIG / PBFF_DEVICE_CONFIG.

Declarations

typedef VOID BFF_DEVICE_REMOVE(WDFDEVICE Device, WDFOBJECT BffDevice);
typedef BFF_DEVICE_REMOVE *PBFF_DEVICE_REMOVE;

Parameters


DeviceThe parent WDF device object, i.e., the upper filter device object.
BffDeviceThe WDF object as a bus filter device object.

Return value


Zero or any positive value for success, otherwise for failure.

No comments:

Post a Comment