ReactOS 0.4.16-dev-1946-g52006dd
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 73 of file threadpool.c.

Member Data Documentation

◆ context

PVOID rtl_work_item::context

Definition at line 76 of file threadpool.c.

Referenced by RtlQueueWorkItem().

◆ function

PRTL_WORK_ITEM_ROUTINE rtl_work_item::function

Definition at line 75 of file threadpool.c.

Referenced by RtlQueueWorkItem().


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