ReactOS 0.4.17-dev-116-ga4b6fe9
io_cb_ctx Struct Reference
Collaboration diagram for io_cb_ctx:

Public Attributes

unsigned int count
 
voidovl
 
NTSTATUS ret
 
ULONG_PTR length
 
TP_IOio
 

Detailed Description

Definition at line 2034 of file threadpool.c.

Member Data Documentation

◆ count

unsigned int io_cb_ctx::count

Definition at line 2036 of file threadpool.c.

Referenced by test_kernel32_tp_io(), and test_tp_io().

◆ io

TP_IO* io_cb_ctx::io

Definition at line 2040 of file threadpool.c.

Referenced by test_kernel32_tp_io(), and test_tp_io().

◆ length

ULONG_PTR io_cb_ctx::length

Definition at line 2039 of file threadpool.c.

Referenced by test_kernel32_tp_io(), and test_tp_io().

◆ ovl

void* io_cb_ctx::ovl

Definition at line 2037 of file threadpool.c.

Referenced by kernel32_io_cb(), test_kernel32_tp_io(), and test_tp_io().

◆ ret

NTSTATUS io_cb_ctx::ret

Definition at line 2038 of file threadpool.c.

Referenced by test_kernel32_tp_io(), and test_tp_io().


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