ReactOS 0.4.16-dev-983-g23ad936
rtl_work_item Struct Reference
Collaboration diagram for rtl_work_item:

Public Attributes

PRTL_WORK_ITEM_ROUTINE function
 
PVOID context
 

Detailed Description

Definition at line 78 of file threadpool.c.

Member Data Documentation

◆ context

PVOID rtl_work_item::context

Definition at line 81 of file threadpool.c.

Referenced by RtlQueueWorkItem().

◆ function

PRTL_WORK_ITEM_ROUTINE rtl_work_item::function

Definition at line 80 of file threadpool.c.

Referenced by RtlQueueWorkItem().


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