ReactOS 0.4.16-dev-974-g5022a45
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 2012 of file threadpool.c.

Member Data Documentation

◆ count

unsigned int io_cb_ctx::count

Definition at line 2014 of file threadpool.c.

Referenced by test_kernel32_tp_io(), and test_tp_io().

◆ io

TP_IO* io_cb_ctx::io

Definition at line 2018 of file threadpool.c.

Referenced by test_kernel32_tp_io(), and test_tp_io().

◆ length

ULONG_PTR io_cb_ctx::length

Definition at line 2017 of file threadpool.c.

Referenced by test_kernel32_tp_io(), and test_tp_io().

◆ ovl

void* io_cb_ctx::ovl

Definition at line 2015 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 2016 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: