ReactOS 0.4.15-dev-7842-g558ab78
_RX_WORK_DISPATCH_ITEM_ Struct Reference

#include <rxworkq.h>

Collaboration diagram for _RX_WORK_DISPATCH_ITEM_:

Public Attributes

RX_WORK_QUEUE_ITEM WorkQueueItem
 
PRX_WORKERTHREAD_ROUTINE DispatchRoutine
 
PVOID DispatchRoutineParameter
 

Detailed Description

Definition at line 15 of file rxworkq.h.

Member Data Documentation

◆ DispatchRoutine

PRX_WORKERTHREAD_ROUTINE _RX_WORK_DISPATCH_ITEM_::DispatchRoutine

Definition at line 18 of file rxworkq.h.

Referenced by RxDispatchToWorkerThread(), and RxWorkItemDispatcher().

◆ DispatchRoutineParameter

PVOID _RX_WORK_DISPATCH_ITEM_::DispatchRoutineParameter

Definition at line 19 of file rxworkq.h.

Referenced by RxDispatchToWorkerThread(), and RxWorkItemDispatcher().

◆ WorkQueueItem

RX_WORK_QUEUE_ITEM _RX_WORK_DISPATCH_ITEM_::WorkQueueItem

Definition at line 17 of file rxworkq.h.

Referenced by RxDispatchToWorkerThread().


The documentation for this struct was generated from the following file: