Thursday, June 16, 2016

BffAllocateContext

Description


Allocate context space for an upper filter device object on behalf of Bus Filter Framework. This routine is typically called in the EvtDriverDeviceAdd callback function.

Declaration

NTSTATUS BffAllocateContext(WDFDEVICE Device);

Parameters


DeviceThe WDF device object representing an upper filter device object.

Return value


The value that WdfObjectAllocateContext returns.

No comments:

Post a Comment