Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This header is used by wdf. For more information, see:
wdfworkitem.h contains the following programming interfaces:
Functions
WDF_WORKITEM_CONFIG_INIT The WDF_WORKITEM_CONFIG_INIT function initializes a driver's WDF_WORKITEM_CONFIG structure. |
WdfWorkItemCreate The WdfWorkItemCreate method creates a framework work-item object, which can subsequently be added to the system's work-item queue. |
WdfWorkItemEnqueue The WdfWorkItemEnqueue method adds a specified framework work-item object to the system's work-item queue. |
WdfWorkItemFlush The WdfWorkItemFlush method returns after a specified work item has been serviced. |
WdfWorkItemGetParentObject The WdfWorkItemGetParentObject method returns the framework object that a specified work item is associated with. |
Callback functions
EVT_WDF_WORKITEM A driver's EvtWorkItem event callback function performs the work that is associated with a specified work item. |
Structures
WDF_WORKITEM_CONFIG The WDF_WORKITEM_CONFIG structure contains information that is associated with a work item. |