ReactOS 0.4.15-dev-7924-g5949c20
fxsystemworkitem.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FxSystemWorkItem
 

Typedefs

typedef EVT_SYSTEMWORKITEM FN_WDF_SYSTEMWORKITEM
 
typedef EVT_SYSTEMWORKITEM * PFN_WDF_SYSTEMWORKITEM
 

Functions

 _Function_class_ (EVT_SYSTEMWORKITEM) __drv_maxIRQL(PASSIVE_LEVEL) __drv_maxFunctionIRQL(DISPATCH_LEVEL) __drv_sameIRQL typedef VOID EVT_SYSTEMWORKITEM(__in PVOID Parameter)
 

Typedef Documentation

◆ FN_WDF_SYSTEMWORKITEM

typedef EVT_SYSTEMWORKITEM FN_WDF_SYSTEMWORKITEM

Definition at line 46 of file fxsystemworkitem.hpp.

◆ PFN_WDF_SYSTEMWORKITEM

typedef EVT_SYSTEMWORKITEM * PFN_WDF_SYSTEMWORKITEM

Definition at line 46 of file fxsystemworkitem.hpp.

Function Documentation

◆ _Function_class_()

_Function_class_ ( EVT_SYSTEMWORKITEM  )