Description
Data structure for configuration of a bus filter device object. See also BFF_INITIALIZATION_DATA / PBFF_INITIALIZATION_DATA.
Declaration
typedef struct _BFF_DEVICE_CONFIG {
DEVICE_TYPE DeviceType;
ULONG DeviceCharacteristics;
PBFF_DEVICE_ADD DeviceAdd;
PBFF_DEVICE_REMOVE DeviceRemove;
} BFF_DEVICE_CONFIG, *PBFF_DEVICE_CONFIG;Members
| DeviceType | Same as DeviceType parameter of IoCreateDevice. (Mandatory) |
| DeviceCharacteristics | Same as DeviceCharacteristics parameter of IoCreateDevice. (Mandatory) |
| DeviceAdd | Callback function for creation of a bus filter device object. (Optional) |
| DeviceRemove | Callback function for removal of a bus filter device object. (Optional) |
No comments:
Post a Comment