|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rxworkq.h>

Public Attributes | |
| RX_WORK_QUEUE_ITEM | WorkQueueItem |
| PRX_WORKERTHREAD_ROUTINE | DispatchRoutine |
| PVOID | DispatchRoutineParameter |
| PRX_WORKERTHREAD_ROUTINE _RX_WORK_DISPATCH_ITEM_::DispatchRoutine |
Definition at line 18 of file rxworkq.h.
Referenced by RxDispatchToWorkerThread(), and RxWorkItemDispatcher().
| PVOID _RX_WORK_DISPATCH_ITEM_::DispatchRoutineParameter |
Definition at line 19 of file rxworkq.h.
Referenced by RxDispatchToWorkerThread(), and RxWorkItemDispatcher().
| RX_WORK_QUEUE_ITEM _RX_WORK_DISPATCH_ITEM_::WorkQueueItem |
Definition at line 17 of file rxworkq.h.
Referenced by RxDispatchToWorkerThread().